Home Assistant Unofficial Reference 2024.12.1
fan.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.matter.fan.MatterFan
 

Namespaces

 homeassistant.components.matter.fan
 

Functions

None homeassistant.components.matter.fan.async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

list homeassistant.components.matter.fan.DISCOVERY_SCHEMAS
 
dictionary homeassistant.components.matter.fan.FAN_MODE_MAP
 
dictionary homeassistant.components.matter.fan.FAN_MODE_MAP_REVERSE = {v: k for k, v in FAN_MODE_MAP.items()}
 
 homeassistant.components.matter.fan.FanControlFeature = clusters.FanControl.Bitmaps.Feature
 
 homeassistant.components.matter.fan.FanModeSequenceEnum = clusters.FanControl.Enums.FanModeSequenceEnum
 
string homeassistant.components.matter.fan.PRESET_AUTO = "auto"
 
string homeassistant.components.matter.fan.PRESET_HIGH = "high"
 
string homeassistant.components.matter.fan.PRESET_LOW = "low"
 
string homeassistant.components.matter.fan.PRESET_MEDIUM = "medium"
 
string homeassistant.components.matter.fan.PRESET_NATURAL_WIND = "natural_wind"
 
string homeassistant.components.matter.fan.PRESET_SLEEP_WIND = "sleep_wind"
 
 homeassistant.components.matter.fan.WindBitmap = clusters.FanControl.Bitmaps.WindBitmap