Namespaces | |
| api | |
| application_credentials | |
| binary_sensor | |
| camera | |
| climate | |
| config_flow | |
| const | |
| cover | |
| data_handler | |
| device_trigger | |
| diagnostics | |
| entity | |
| fan | |
| helper | |
| light | |
| media_source | |
| select | |
| sensor | |
| switch | |
| webhook | |
Functions | |
| str | async_cloudhook_generate_url (HomeAssistant hass, ConfigEntry entry) |
| None | async_config_entry_updated (HomeAssistant hass, ConfigEntry entry) |
| bool | async_remove_config_entry_device (HomeAssistant hass, ConfigEntry config_entry, DeviceEntry device_entry) |
| None | async_remove_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN) | |
| int | MAX_WEBHOOK_RETRIES = 3 |
The Netatmo integration.
| str homeassistant.components.netatmo.async_cloudhook_generate_url | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Generate the full URL for a webhook_id.
Definition at line 200 of file __init__.py.
| None homeassistant.components.netatmo.async_config_entry_updated | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Handle signals of config entry being updated.
Definition at line 212 of file __init__.py.
| bool homeassistant.components.netatmo.async_remove_config_entry_device | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry, | ||
| DeviceEntry | device_entry | ||
| ) |
Remove a config entry from a device.
Definition at line 249 of file __init__.py.
| None homeassistant.components.netatmo.async_remove_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Cleanup when entry is removed.
Definition at line 237 of file __init__.py.
| bool homeassistant.components.netatmo.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the Netatmo component.
Definition at line 60 of file __init__.py.
| bool homeassistant.components.netatmo.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up Netatmo from a config entry.
Definition at line 74 of file __init__.py.
| bool homeassistant.components.netatmo.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 217 of file __init__.py.
|
private |
Definition at line 53 of file __init__.py.
| homeassistant.components.netatmo.CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN) |
Definition at line 55 of file __init__.py.
| int homeassistant.components.netatmo.MAX_WEBHOOK_RETRIES = 3 |
Definition at line 57 of file __init__.py.