Adding restart button to all ESPHome nodes
This commit is contained in:
@@ -37,4 +37,8 @@ sensor:
|
||||
url: !lambda |-
|
||||
return (std::string) "https://jasonsplant.jaywll.co/newreading?v=" + to_string(int(id(moisture_level).state));
|
||||
headers:
|
||||
auth-key: !secret houseplant_key
|
||||
auth-key: !secret houseplant_key
|
||||
|
||||
button:
|
||||
- platform: restart
|
||||
name: "Restart"
|
||||
Reference in New Issue
Block a user