Namespaces | |
| binary_sensor | |
| climate | |
| config_flow | |
| const | |
| coordinator | |
| entity | |
| fan | |
| light | |
| number | |
| sensor | |
| switch | |
Functions | |
| def | _async_wait_for_initialization (UnifiedFireplace fireplace, timeout=STARTUP_TIMEOUT) |
| IntelliFireCommonFireplaceData | _construct_common_data (ConfigEntry entry) |
| bool | async_migrate_entry (HomeAssistant hass, ConfigEntry config_entry) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| list | PLATFORMS |
The IntelliFire integration.
|
private |
Wait for a fireplace to be initialized.
Definition at line 145 of file __init__.py.
|
private |
Convert config entry data into IntelliFireCommonFireplaceData.
Definition at line 48 of file __init__.py.
| bool homeassistant.components.intellifire.async_migrate_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry | ||
| ) |
Migrate entries.
Definition at line 63 of file __init__.py.
| bool homeassistant.components.intellifire.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up IntelliFire from a config entry.
Definition at line 108 of file __init__.py.
| bool homeassistant.components.intellifire.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 156 of file __init__.py.
| list homeassistant.components.intellifire.PLATFORMS |
Definition at line 37 of file __init__.py.