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:
parent
a0d6e08421
commit
45a43592bd
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue