Skip to content

Commit

Permalink
Update switch_entities_predefined.py
Browse files Browse the repository at this point in the history
#255 
* Add min minor V80 for silent mode.
  • Loading branch information
BenPru authored Sep 29, 2024
1 parent 45088f8 commit 0dbe3fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions custom_components/luxtronik/switch_entities_predefined.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
LuxMode,
LuxParameter as LP,
LuxVisibility as LV,
FirmwareVersionMinor,
SensorKey,
)
from .model import LuxtronikSwitchDescription
Expand Down Expand Up @@ -43,6 +44,8 @@
icon="mdi:volume-minus",
entity_category=EntityCategory.CONFIG,
visibility=LV.V0357_SILENT_MODE_TIME_MENU,
min_firmware_version_minor=FirmwareVersionMinor.minor_80,
update_interval=UPDATE_INTERVAL_VERY_SLOW,
),
# LuxtronikSwitchDescription(
# luxtronik_key=LP.P0870_AMOUNT_COUNTER_ACTIVE,
Expand Down

0 comments on commit 0dbe3fb

Please sign in to comment.