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

Namespaces

 config_flow
 
 const
 
 coordinator
 
 entity
 
 helper
 
 sensor
 

Functions

bool async_setup_entry (HomeAssistant hass, AmbientNetworkConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, AmbientNetworkConfigEntry entry)
 

Variables

 AmbientNetworkConfigEntry
 

Detailed Description

The Ambient Weather Network integration.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.ambient_network.async_setup_entry ( HomeAssistant  hass,
AmbientNetworkConfigEntry   entry 
)
Set up the Ambient Weather Network from a config entry.

Definition at line 18 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.ambient_network.async_unload_entry ( HomeAssistant  hass,
AmbientNetworkConfigEntry   entry 
)
Unload a config entry.

Definition at line 32 of file __init__.py.

Variable Documentation

◆ AmbientNetworkConfigEntry

homeassistant.components.ambient_network.AmbientNetworkConfigEntry

Definition at line 13 of file __init__.py.