Namespaces | |
| alarm_control_panel | |
| binary_sensor | |
| button | |
| climate | |
| config_flow | |
| const | |
| cover | |
| entity | |
| errors | |
| hap | |
| helpers | |
| light | |
| lock | |
| sensor | |
| services | |
| switch | |
| weather | |
Functions | |
| def | _async_remove_obsolete_entities (HomeAssistant hass, ConfigEntry entry, HomematicipHAP hap) |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| CONFIG_SCHEMA | |
Support for HomematicIP Cloud devices.
|
private |
Remove obsolete entities from entity registry.
Definition at line 124 of file __init__.py.
| bool homeassistant.components.homematicip_cloud.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the HomematicIP Cloud component.
Definition at line 46 of file __init__.py.
| bool homeassistant.components.homematicip_cloud.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up an access point from a config entry.
Definition at line 72 of file __init__.py.
| bool homeassistant.components.homematicip_cloud.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 113 of file __init__.py.
| homeassistant.components.homematicip_cloud.CONFIG_SCHEMA |
Definition at line 27 of file __init__.py.