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

Namespaces

 config_flow
 
 const
 
 sensor
 

Functions

bool async_remove_config_entry_device (HomeAssistant hass, ConfigEntry config_entry, DeviceEntry device_entry)
 
bool async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 

Variables

list PLATFORMS
 

Detailed Description

Get data from Smart Weather station via UDP.

Function Documentation

◆ async_remove_config_entry_device()

bool homeassistant.components.weatherflow.async_remove_config_entry_device ( HomeAssistant  hass,
ConfigEntry  config_entry,
DeviceEntry   device_entry 
)
Remove a config entry from a device.

Definition at line 82 of file __init__.py.

◆ async_setup_entry()

bool homeassistant.components.weatherflow.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Set up WeatherFlow from a config entry.

Definition at line 24 of file __init__.py.

◆ async_unload_entry()

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

Definition at line 72 of file __init__.py.

Variable Documentation

◆ PLATFORMS

list homeassistant.components.weatherflow.PLATFORMS
Initial value:
1 = [
2  Platform.SENSOR,
3 ]

Definition at line 19 of file __init__.py.