mirror of
https://github.com/GrKoR/esphome_aux_ac_component.git
synced 2025-12-18 21:48:22 +03:00
misprint
This commit is contained in:
@@ -94,7 +94,7 @@ switch:
|
|||||||
- platform: template
|
- platform: template
|
||||||
name: AC Display
|
name: AC Display
|
||||||
lambda: |-
|
lambda: |-
|
||||||
if (ac_display_state).state) {
|
if (id(ac_display_state).state) {
|
||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user