Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.ambient_station.AmbientStation
 

Namespaces

 homeassistant.components.ambient_station
 

Functions

dict[str, Any] homeassistant.components.ambient_station.async_hydrate_station_data (dict[str, Any] data)
 
bool homeassistant.components.ambient_station.async_migrate_entry (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.ambient_station.async_setup_entry (HomeAssistant hass, AmbientStationConfigEntry entry)
 
bool homeassistant.components.ambient_station.async_unload_entry (HomeAssistant hass, AmbientStationConfigEntry entry)
 
int homeassistant.components.ambient_station.async_wm2_to_lx (float value)
 

Variables

 homeassistant.components.ambient_station.AmbientStationConfigEntry
 
string homeassistant.components.ambient_station.DATA_CONFIG = "config"
 
int homeassistant.components.ambient_station.DEFAULT_SOCKET_MIN_RETRY = 15
 
list homeassistant.components.ambient_station.PLATFORMS = [Platform.BINARY_SENSOR, Platform.SENSOR]