fix: right button toggles on reboot

This commit is contained in:
Chris
2022-10-28 09:40:27 +02:00
parent be9bc2fa22
commit 15f3b5cc0b

View File

@@ -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 #################################################################################################################