additional esphome devices and fixes
This commit is contained in:
@@ -264,7 +264,7 @@ preferences:
|
||||
flash_write_interval: 5min
|
||||
|
||||
mdns:
|
||||
disabled: false
|
||||
disabled: true
|
||||
|
||||
##########################################################################################
|
||||
# GLOBAL VARIABLES
|
||||
@@ -696,7 +696,7 @@ text_sensor:
|
||||
return std::string("At Temperature");
|
||||
}
|
||||
if (id(led_standby_red).state) return std::string("Standby");
|
||||
return std::string("Off");
|
||||
return std::string("Standby");
|
||||
on_value:
|
||||
- script.execute: publish_status
|
||||
|
||||
|
||||
Reference in New Issue
Block a user