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

Namespaces

 config_flow
 
 const
 
 coordinator
 
 diagnostics
 
 sensor
 
 system_health
 
 weather
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 
list PLATFORMS = [Platform.SENSOR, Platform.WEATHER]
 

Detailed Description

The AccuWeather component.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.accuweather.async_setup_entry ( HomeAssistant  hass,
AccuWeatherConfigEntry  entry 
)
Set up AccuWeather as config entry.

Definition at line 28 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.accuweather.async_unload_entry ( HomeAssistant  hass,
AccuWeatherConfigEntry   entry 
)
Unload a config entry.

Definition at line 79 of file __init__.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 23 of file __init__.py.

◆ PLATFORMS

list homeassistant.components.accuweather.PLATFORMS = [Platform.SENSOR, Platform.WEATHER]

Definition at line 25 of file __init__.py.