check type for every button press call

This commit is contained in:
Johannes
2022-06-16 19:04:14 +02:00
parent 229002088f
commit bb07f36327

View File

@@ -259,7 +259,7 @@ class LuiController(object):
self._ha_api.get_entity(entity_id).call_service("unlock")
else:
self._ha_api.get_entity(entity_id).call_service("lock")
else:
elif entity_id.startswith('button') or entity_id.startswith('input_button'):
self._ha_api.get_entity(entity_id).call_service("press")
# for media page