Classes | |
| class | DemoClimate |
Functions | |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities) |
Variables | |
| SUPPORT_FLAGS = ClimateEntityFeature(0) | |
Demo platform that offers a fake climate device.
| None homeassistant.components.demo.climate.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Set up the demo climate platform.
Definition at line 27 of file climate.py.
| homeassistant.components.demo.climate.SUPPORT_FLAGS = ClimateEntityFeature(0) |
Definition at line 24 of file climate.py.