mirror of
https://github.com/esphome/esphome.git
synced 2024-11-27 01:08:03 +01:00
Update esphome/components/status/binary_sensor.py
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
parent
3083a88d4d
commit
8c68ca1967
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@ from esphome.const import (
|
||||||
DEVICE_CLASS_CONNECTIVITY,
|
DEVICE_CLASS_CONNECTIVITY,
|
||||||
ENTITY_CATEGORY_DIAGNOSTIC,
|
ENTITY_CATEGORY_DIAGNOSTIC,
|
||||||
)
|
)
|
||||||
from . import CONF_STATUS_ID
|
|
||||||
|
DEPENDENCIES = ["network"]
|
||||||
|
|
||||||
status_ns = cg.esphome_ns.namespace("status")
|
status_ns = cg.esphome_ns.namespace("status")
|
||||||
StatusBinarySensor = status_ns.class_(
|
StatusBinarySensor = status_ns.class_(
|
||||||
|
|
Loading…
Reference in a new issue