From 8c68ca19678da1b34ca0e54bcfd85786747de70b Mon Sep 17 00:00:00 2001 From: Ramil Valitov Date: Fri, 22 Nov 2024 16:17:11 +0300 Subject: [PATCH] Update esphome/components/status/binary_sensor.py Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com> --- esphome/components/status/binary_sensor.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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_(