Restructuring complete. Timeouts on popups. Fully Kiosk compatibility.

This commit is contained in:
2019-09-20 21:41:36 +02:00
parent fdc509f402
commit 409a2fbf1e
11 changed files with 243 additions and 261 deletions

View File

@@ -19,6 +19,6 @@ def setup_service(hass):
for t in targets:
if t in devices:
devices[t].ws_send(command, **data)
devices[t].send(command, **data)
hass.services.async_register(DOMAIN, 'command', handle_command)