Namespaces | |
| binary_sensor | |
| climate | |
| config_flow | |
| const | |
| cover | |
| entity | |
| event | |
| light | |
| lock | |
| scene | |
| sensor | |
| switch | |
Classes | |
| class | FibaroAuthFailed |
| class | FibaroConnectFailed |
| class | FibaroController |
Functions | |
| bool | async_remove_config_entry_device (HomeAssistant hass, ConfigEntry config_entry, DeviceEntry device_entry) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
| FibaroController | init_controller (Mapping[str, Any] data) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| dictionary | FIBARO_TYPEMAP |
| list | PLATFORMS |
Support for the Fibaro devices.
| bool homeassistant.components.fibaro.async_remove_config_entry_device | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry, | ||
| DeviceEntry | device_entry | ||
| ) |
Remove a device entry from fibaro integration. Only removing devices which are not present anymore are eligible to be removed.
Definition at line 431 of file __init__.py.
| bool homeassistant.components.fibaro.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up the Fibaro Component. The unique id of the config entry is the serial number of the home center.
Definition at line 384 of file __init__.py.
| bool homeassistant.components.fibaro.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 420 of file __init__.py.
| FibaroController homeassistant.components.fibaro.init_controller | ( | Mapping[str, Any] | data | ) |
Validate the user input allows us to connect to fibaro.
Definition at line 377 of file __init__.py.
|
private |
Definition at line 31 of file __init__.py.
| dictionary homeassistant.components.fibaro.FIBARO_TYPEMAP |
Definition at line 46 of file __init__.py.
| list homeassistant.components.fibaro.PLATFORMS |
Definition at line 34 of file __init__.py.