mirror of
https://github.com/esphome/esphome.git
synced 2024-11-23 15:38:11 +01:00
Update binary_sensor.py
This commit is contained in:
parent
04a2f1720a
commit
a12af62452
1 changed files with 1 additions and 2 deletions
|
@ -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"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue