mirror of
https://github.com/Threnklyn/NSPanel_HA_Blueprint.git
synced 2026-06-07 05:33:32 +02:00
fix: right button toggles on reboot
This commit is contained in:
+1
-1
@@ -1070,7 +1070,7 @@ trigger:
|
||||
|
||||
##### Right Button - Trigger #####
|
||||
- platform: template
|
||||
value_template: '{{ states(right_button) is match "off" }}'
|
||||
value_template: '{{ states(right_button) is match "on" }}'
|
||||
id: right_button_press
|
||||
|
||||
##### Button Sync Trigger #################################################################################################################
|
||||
|
||||
Reference in New Issue
Block a user