esphome updates

This commit is contained in:
root
2025-08-04 23:26:44 +12:00
parent ac887724a2
commit 42796bc46e
15 changed files with 1958 additions and 39 deletions

View File

@@ -103,13 +103,13 @@ esphome:
priority : -100
then:
- delay: 200ms
- fan.toggle: ifan02_fan
- fan.toggle: ifan02_fan
- delay: 200ms
- light.toggle: ifan02_light
- delay: 1ms
- light.toggle: ifan02_light
- delay: 1s
#- fan.toggle: ifan02_fan
#- fan.toggle: ifan02_fan
#- delay: 200ms
#- light.toggle: ifan02_light
#- delay: 1ms
#- light.toggle: ifan02_light
#- delay: 1s
- mqtt.publish:
topic: "${mqtt_local_status_topic}/speed/state"
payload: !lambda 'return to_string(id(speed_value));'