Adding restart button to all ESPHome nodes
This commit is contained in:
parent
2de799c753
commit
2789e0e4c3
@ -49,3 +49,7 @@ binary_sensor:
|
|||||||
filters:
|
filters:
|
||||||
- invert
|
- invert
|
||||||
- delayed_off: 5s
|
- delayed_off: 5s
|
||||||
|
|
||||||
|
button:
|
||||||
|
- platform: restart
|
||||||
|
name: "Restart"
|
@ -136,3 +136,7 @@ light:
|
|||||||
- addressable_random_twinkle
|
- addressable_random_twinkle
|
||||||
- addressable_fireworks
|
- addressable_fireworks
|
||||||
- addressable_flicker
|
- addressable_flicker
|
||||||
|
|
||||||
|
button:
|
||||||
|
- platform: restart
|
||||||
|
name: "Restart"
|
@ -160,3 +160,7 @@ cover:
|
|||||||
binary_sensor.is_on: garage_door_open
|
binary_sensor.is_on: garage_door_open
|
||||||
then:
|
then:
|
||||||
- switch.turn_on: garage_door_switch
|
- switch.turn_on: garage_door_switch
|
||||||
|
|
||||||
|
button:
|
||||||
|
- platform: restart
|
||||||
|
name: "Restart"
|
@ -38,3 +38,7 @@ sensor:
|
|||||||
return (std::string) "https://jasonsplant.jaywll.co/newreading?v=" + to_string(int(id(moisture_level).state));
|
return (std::string) "https://jasonsplant.jaywll.co/newreading?v=" + to_string(int(id(moisture_level).state));
|
||||||
headers:
|
headers:
|
||||||
auth-key: !secret houseplant_key
|
auth-key: !secret houseplant_key
|
||||||
|
|
||||||
|
button:
|
||||||
|
- platform: restart
|
||||||
|
name: "Restart"
|
Loading…
Reference in New Issue
Block a user