Namespaces | |
| binary_sensor | |
| climate | |
| config_flow | |
| const | |
| coordinator | |
| diagnostics | |
| entity | |
| number | |
| scene | |
| sensor | |
| switch | |
| types | |
| util | |
Functions | |
| bool | async_migrate_entry (HomeAssistant hass, NexiaConfigEntry entry) |
| bool | async_remove_config_entry_device (HomeAssistant hass, NexiaConfigEntry entry, dr.DeviceEntry device_entry) |
| bool | async_setup_entry (HomeAssistant hass, NexiaConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, NexiaConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
Support for Nexia / Trane XL Thermostats.
| bool homeassistant.components.nexia.async_migrate_entry | ( | HomeAssistant | hass, |
| NexiaConfigEntry | entry | ||
| ) |
Migrate entry.
Definition at line 91 of file __init__.py.
| bool homeassistant.components.nexia.async_remove_config_entry_device | ( | HomeAssistant | hass, |
| NexiaConfigEntry | entry, | ||
| dr.DeviceEntry | device_entry | ||
| ) |
Remove a nexia config entry from a device.
Definition at line 74 of file __init__.py.
| bool homeassistant.components.nexia.async_setup_entry | ( | HomeAssistant | hass, |
| NexiaConfigEntry | entry | ||
| ) |
Configure the base Nexia device for Home Assistant.
Definition at line 24 of file __init__.py.
| bool homeassistant.components.nexia.async_unload_entry | ( | HomeAssistant | hass, |
| NexiaConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 69 of file __init__.py.
|
private |
Definition at line 21 of file __init__.py.