diff --git a/esphome/components/status/binary_sensor.py b/esphome/components/status/binary_sensor.py index 7b524ed7e5..d26c562e9c 100644 --- a/esphome/components/status/binary_sensor.py +++ b/esphome/components/status/binary_sensor.py @@ -5,7 +5,8 @@ from esphome.const import ( DEVICE_CLASS_CONNECTIVITY, ENTITY_CATEGORY_DIAGNOSTIC, ) -from . import CONF_STATUS_ID + +DEPENDENCIES = ["network"] status_ns = cg.esphome_ns.namespace("status") StatusBinarySensor = status_ns.class_(