Namespaces | |
| alarm_control_panel | |
| binary_sensor | |
| config_flow | |
| const | |
| coordinator | |
| entity | |
| sensor | |
| switch | |
Classes | |
| class | LocalData |
Functions | |
| bool | _async_setup_cloud_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | _async_setup_local_entry (HomeAssistant hass, ConfigEntry entry) |
| None | _update_listener (HomeAssistant hass, ConfigEntry entry) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | is_local (ConfigEntry entry) |
| str | zone_update_signal (int zone_id) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| list | PLATFORMS |
The Risco integration.
|
private |
Definition at line 137 of file __init__.py.
|
private |
Definition at line 76 of file __init__.py.
|
private |
Handle options update.
Definition at line 181 of file __init__.py.
| bool homeassistant.components.risco.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up Risco from a config entry.
Definition at line 68 of file __init__.py.
| bool homeassistant.components.risco.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 168 of file __init__.py.
| bool homeassistant.components.risco.is_local | ( | ConfigEntry | entry | ) |
Return whether the entry represents an instance with local communication.
Definition at line 58 of file __init__.py.
| str homeassistant.components.risco.zone_update_signal | ( | int | zone_id | ) |
Return a signal for the dispatch of a zone update.
Definition at line 63 of file __init__.py.
|
private |
Definition at line 47 of file __init__.py.
| list homeassistant.components.risco.PLATFORMS |
Definition at line 41 of file __init__.py.