Home Assistant Unofficial Reference 2024.12.1
fan.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.netatmo.fan.NetatmoFan
 

Namespaces

 homeassistant.components.netatmo.fan
 

Functions

None homeassistant.components.netatmo.fan.async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

 homeassistant.components.netatmo.fan._LOGGER = logging.getLogger(__name__)
 
 homeassistant.components.netatmo.fan.Final
 
dictionary homeassistant.components.netatmo.fan.PRESET_MAPPING = {"slow": 1, "fast": 2}
 
dictionary homeassistant.components.netatmo.fan.PRESETS = {v: k for k, v in PRESET_MAPPING.items()}