Home Assistant Unofficial Reference 2024.12.1
fan.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.wemo.fan.WemoHumidifier
 

Namespaces

 homeassistant.components.wemo.fan
 

Functions

None homeassistant.components.wemo.fan.async_setup_entry (HomeAssistant hass, ConfigEntry _config_entry, AddEntitiesCallback async_add_entities)
 

Variables

string homeassistant.components.wemo.fan.ATTR_CURRENT_HUMIDITY = "current_humidity"
 
string homeassistant.components.wemo.fan.ATTR_FAN_MODE = "fan_mode"
 
string homeassistant.components.wemo.fan.ATTR_FILTER_EXPIRED = "filter_expired"
 
string homeassistant.components.wemo.fan.ATTR_FILTER_LIFE = "filter_life"
 
string homeassistant.components.wemo.fan.ATTR_TARGET_HUMIDITY = "target_humidity"
 
string homeassistant.components.wemo.fan.ATTR_WATER_LEVEL = "water_level"
 
int homeassistant.components.wemo.fan.PARALLEL_UPDATES = 0
 
 homeassistant.components.wemo.fan.SCAN_INTERVAL = timedelta(seconds=10)
 
tuple homeassistant.components.wemo.fan.SPEED_RANGE = (FanMode.Minimum, FanMode.Maximum)
 
 homeassistant.components.wemo.fan.VolDictType