mirror of
https://github.com/michivonah/esphome-eink-dashboard.git
synced 2025-12-22 21:16:28 +01:00
Added reboot and shutdown buttons
This commit is contained in:
parent
f38598a854
commit
42d39dcdd7
1 changed files with 6 additions and 0 deletions
|
|
@ -31,6 +31,12 @@ api:
|
||||||
|
|
||||||
ota:
|
ota:
|
||||||
|
|
||||||
|
|
||||||
|
button:
|
||||||
|
- platform: shutdown
|
||||||
|
name: "weatherman: Shutdown"
|
||||||
|
- platform: restart
|
||||||
|
name: "weatherman: Restart"
|
||||||
# Global variables for detecting if the display needs to be refreshed. (Thanks @paviro!)
|
# Global variables for detecting if the display needs to be refreshed. (Thanks @paviro!)
|
||||||
globals:
|
globals:
|
||||||
- id: data_updated
|
- id: data_updated
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue