Namespaces | |
| config_flow | |
| const | |
| coordinator | |
| cover | |
| diagnostics | |
| entity | |
| fan | |
| light | |
| sensor | |
| switch | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
| None | remove_stale_devices (HomeAssistant hass, ConfigEntry config_entry, list[Device] devices) |
Variables | |
| list | PLATFORMS |
| string | SIGNAL_GW = "tradfri.gw_status" |
| int | TIMEOUT_API = 30 |
Support for IKEA Tradfri.
| bool homeassistant.components.tradfri.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Create a gateway.
Definition at line 48 of file __init__.py.
| bool homeassistant.components.tradfri.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 142 of file __init__.py.
| None homeassistant.components.tradfri.remove_stale_devices | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry, | ||
| list[Device] | devices | ||
| ) |
Remove stale devices from device registry.
Definition at line 154 of file __init__.py.
| list homeassistant.components.tradfri.PLATFORMS |
Definition at line 37 of file __init__.py.
| string homeassistant.components.tradfri.SIGNAL_GW = "tradfri.gw_status" |
Definition at line 44 of file __init__.py.
| int homeassistant.components.tradfri.TIMEOUT_API = 30 |
Definition at line 45 of file __init__.py.