Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.knx.weather Namespace Reference

Classes

class  KNXWeather
 

Functions

XknxWeather _create_weather (XKNX xknx, ConfigType config)
 
None async_setup_entry (HomeAssistant hass, config_entries.ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Detailed Description

Support for KNX/IP weather station.

Function Documentation

◆ _create_weather()

XknxWeather homeassistant.components.knx.weather._create_weather ( XKNX  xknx,
ConfigType  config 
)
private
Return a KNX weather device to be used within XKNX.

Definition at line 42 of file weather.py.

◆ async_setup_entry()

None homeassistant.components.knx.weather.async_setup_entry ( HomeAssistant  hass,
config_entries.ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up switch(es) for KNX platform.

Definition at line 28 of file weather.py.