1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-30 23:48:15 +01:00
jsuanet f431c7402f
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>
2021-12-20 22:25:36 +01:00

6 lines
127 B
Python

import esphome.codegen as cg
CODEOWNERS = ["@paulmonigatti", "@jsuanet"]
safe_mode_ns = cg.esphome_ns.namespace("safe_mode")