1
mirror of https://github.com/home-assistant/core synced 2024-10-07 10:13:38 +02:00

Fix position of add_entities of binary sensor (#22866)

* Bugfix - binary_sensor.py

* Added features to Concord232 Alarm Panel

* Added New Line End Of File

* Deleted Whitespace

* Back to original

Removed added feature and sticking to bugfix
This commit is contained in:
John Raahauge 2019-04-08 05:53:00 -07:00 committed by Pascal Vizeli
parent a04d44d97a
commit 9e56283eaf

View File

@ -79,7 +79,7 @@ def setup_platform(hass, config, add_entities, discovery_info=None):
)
)
add_entities(sensors, True)
add_entities(sensors, True)
def get_opening_type(zone):