Classes | |
| class | VeSyncFanHA |
Functions | |
| def | _setup_entities (devices, async_add_entities) |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | FAN_MODE_AUTO = "auto" |
| string | FAN_MODE_PET = "pet" |
| string | FAN_MODE_SLEEP = "sleep" |
| string | FAN_MODE_TURBO = "turbo" |
| dictionary | PRESET_MODES |
| dictionary | SPEED_RANGE |
Support for VeSync fans.
|
private |
| None homeassistant.components.vesync.fan.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
|
private |
| string homeassistant.components.vesync.fan.FAN_MODE_AUTO = "auto" |
| string homeassistant.components.vesync.fan.FAN_MODE_PET = "pet" |
| string homeassistant.components.vesync.fan.FAN_MODE_SLEEP = "sleep" |
| string homeassistant.components.vesync.fan.FAN_MODE_TURBO = "turbo" |
| dictionary homeassistant.components.vesync.fan.PRESET_MODES |
| dictionary homeassistant.components.vesync.fan.SPEED_RANGE |