Update binary_sensor.py

This commit is contained in:
t0urista 2024-10-31 10:42:27 +01:00 committed by GitHub
parent 04a2f1720a
commit a12af62452
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,8 +8,7 @@ from esphome.const import *
from . import BTHome from . import BTHome
CONF_WINDOW = "window" CONF_WINDOW = "window"
CONF_MOTION = "motion"
DEPENDENCIES = ["bthome"] DEPENDENCIES = ["bthome"]