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 Fabian Affolter
parent a0d6e08421
commit 45a43592bd

View file

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