This commit is contained in:
GrKoR
2022-04-25 16:45:02 +03:00
parent a03deb37ed
commit 7abe19dd72

View File

@@ -94,7 +94,7 @@ switch:
- platform: template
name: AC Display
lambda: |-
if (ac_display_state).state) {
if (id(ac_display_state).state) {
return true;
} else {
return false;