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