Classes | |
| class | AsyncDemoPercentageFan |
| class | BaseDemoFan |
| class | DemoPercentageFan |
Functions | |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities) |
Variables | |
| tuple | FULL_SUPPORT |
| tuple | LIMITED_SUPPORT |
| string | PRESET_MODE_AUTO = "auto" |
| string | PRESET_MODE_ON = "on" |
| string | PRESET_MODE_SLEEP = "sleep" |
| string | PRESET_MODE_SMART = "smart" |
Demo fan platform that has a fake fan.
| None homeassistant.components.demo.fan.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
| tuple homeassistant.components.demo.fan.FULL_SUPPORT |
| tuple homeassistant.components.demo.fan.LIMITED_SUPPORT |
| string homeassistant.components.demo.fan.PRESET_MODE_AUTO = "auto" |
| string homeassistant.components.demo.fan.PRESET_MODE_ON = "on" |
| string homeassistant.components.demo.fan.PRESET_MODE_SLEEP = "sleep" |