Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.netatmo Namespace Reference

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
 

Detailed Description

The Netatmo integration.

Function Documentation

◆ async_cloudhook_generate_url()

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.

◆ async_config_entry_updated()

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.

◆ async_remove_config_entry_device()

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.

◆ async_remove_entry()

None homeassistant.components.netatmo.async_remove_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Cleanup when entry is removed.

Definition at line 237 of file __init__.py.

◆ async_setup()

bool homeassistant.components.netatmo.async_setup ( HomeAssistant  hass,
ConfigType  config 
)
Set up the Netatmo component.

Definition at line 60 of file __init__.py.

◆ async_setup_entry()

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.

◆ async_unload_entry()

bool homeassistant.components.netatmo.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Unload a config entry.

Definition at line 217 of file __init__.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.netatmo._LOGGER = logging.getLogger(__name__)
private

Definition at line 53 of file __init__.py.

◆ CONFIG_SCHEMA

homeassistant.components.netatmo.CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN)

Definition at line 55 of file __init__.py.

◆ MAX_WEBHOOK_RETRIES

int homeassistant.components.netatmo.MAX_WEBHOOK_RETRIES = 3

Definition at line 57 of file __init__.py.