Skip to content

Commit

Permalink
πŸ› Allow to set powerful mode
Browse files Browse the repository at this point in the history
Fix #73

Thanks @Bucky2k for the report

Change-Id: I7ae47f8c07e6e127acf46e1399b528d3885e2b7b
  • Loading branch information
kamaradclimber committed Dec 24, 2022
1 parent 4ac448f commit 33dee04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/aquarea/definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,7 @@ def build_selects(mqtt_prefix: str) -> list[HeishaMonSelectEntityDescription]:
HeishaMonSelectEntityDescription(
heishamon_topic_id="SET4", # also corresponds to TOP17
key=f"{mqtt_prefix}main/Powerful_Mode_Time",
command_topic=f"{mqtt_prefix}commands/SetPowerfulMode",
name="Aquarea Powerful Mode",
state=read_power_mode_time,
state_to_mqtt=set_power_mode_time,
Expand Down

0 comments on commit 33dee04

Please sign in to comment.