1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 14:43:51 +00:00

Add shutdown and safe_mode button (#2918)

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Co-authored-by: Jos Suanet <jos@suanet.net>
This commit is contained in:
jsuanet
2021-12-20 22:25:36 +01:00
committed by GitHub
parent 4907e6f6d7
commit f431c7402f
13 changed files with 164 additions and 4 deletions

View File

@@ -531,3 +531,7 @@ xpt2046:
button:
- platform: restart
name: Restart Button
- platform: safe_mode
name: Safe Mode Button
- platform: shutdown
name: Shutdown Button