1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-11 07:42:26 +01:00

remove dead code

This commit is contained in:
J. Nick Koston
2025-07-08 10:11:47 -06:00
parent cb67010574
commit ae346bb94e

View File

@@ -6,6 +6,8 @@ import esphome.codegen as cg
import esphome.config_validation as cv
from esphome.const import CONF_ID
CODEOWNERS = ["@bdraco"]
CONF_LOG_INTERVAL = "log_interval"
runtime_stats_ns = cg.esphome_ns.namespace("runtime_stats")