Namespaces | |
| binary_sensor | |
| button | |
| climate | |
| config_flow | |
| const | |
| cover | |
| entity | |
| fan | |
| helpers | |
| light | |
| lock | |
| models | |
| number | |
| select | |
| sensor | |
| services | |
| switch | |
| system_health | |
| util | |
Functions | |
| None | _async_get_or_create_isy_device_in_registry (HomeAssistant hass, config_entries.ConfigEntry entry, ISY isy) |
| None | _async_update_listener (HomeAssistant hass, config_entries.ConfigEntry entry) |
| DeviceInfo | _create_service_device_info (ISY isy, str name, str unique_id) |
| bool | async_remove_config_entry_device (HomeAssistant hass, config_entries.ConfigEntry config_entry, dr.DeviceEntry device_entry) |
| bool | async_setup_entry (HomeAssistant hass, config_entries.ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, config_entries.ConfigEntry entry) |
Variables | |
| CONFIG_SCHEMA | |
Support the Universal Devices ISY/IoX controllers.
|
private |
Definition at line 186 of file __init__.py.
|
private |
Handle options update.
Definition at line 178 of file __init__.py.
|
private |
Create device info for ISY service devices.
Definition at line 202 of file __init__.py.
| bool homeassistant.components.isy994.async_remove_config_entry_device | ( | HomeAssistant | hass, |
| config_entries.ConfigEntry | config_entry, | ||
| dr.DeviceEntry | device_entry | ||
| ) |
Remove ISY config entry from a device.
Definition at line 242 of file __init__.py.
| bool homeassistant.components.isy994.async_setup_entry | ( | HomeAssistant | hass, |
| config_entries.ConfigEntry | entry | ||
| ) |
Set up the ISY 994 integration.
Definition at line 56 of file __init__.py.
| bool homeassistant.components.isy994.async_unload_entry | ( | HomeAssistant | hass, |
| config_entries.ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 221 of file __init__.py.
| homeassistant.components.isy994.CONFIG_SCHEMA |
Definition at line 50 of file __init__.py.