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
+1 -1
View File
@@ -1,5 +1,5 @@
import esphome.codegen as cg
CODEOWNERS = ["@paulmonigatti"]
CODEOWNERS = ["@paulmonigatti", "@jsuanet"]
safe_mode_ns = cg.esphome_ns.namespace("safe_mode")