Namespaces | |
| aldb | |
| config | |
| device | |
| properties | |
| scenes | |
Functions | |
| def | async_load_api (hass) |
| def | async_register_insteon_frontend (HomeAssistant hass) |
Variables | |
| string | URL_BASE = "/insteon_static" |
Insteon API interface for the frontend.
| def homeassistant.components.insteon.api.async_load_api | ( | hass | ) |
Set up the web socket API.
Definition at line 55 of file __init__.py.
| def homeassistant.components.insteon.api.async_register_insteon_frontend | ( | HomeAssistant | hass | ) |
Register the Insteon frontend configuration panel.
Definition at line 93 of file __init__.py.
| string homeassistant.components.insteon.api.URL_BASE = "/insteon_static" |
Definition at line 51 of file __init__.py.