Merge pull request #29 from GrKoR:dev

misprint
This commit is contained in:
GK
2022-04-25 16:46:14 +03:00
committed by GitHub

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;