Skip to content

Commit

Permalink
Merge pull request #83 from Minims/dev2
Browse files Browse the repository at this point in the history
Fix smart_alarm_duration
  • Loading branch information
Minims authored Jan 15, 2023
2 parents b16c641 + 554848e commit 8b7c82d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion somfyProtect2Mqtt/homeassistant/ha_discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"smart_alarm_duration": {
"type": "select",
"config": {
"options": [30, 60, 90, 120],
"options": ["manual", "always"],
},
},
"lighting_trigger": {
Expand Down

0 comments on commit 8b7c82d

Please sign in to comment.