Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.demo.climate Namespace Reference

Classes

class  DemoClimate
 

Functions

None async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

 SUPPORT_FLAGS = ClimateEntityFeature(0)
 

Detailed Description

Demo platform that offers a fake climate device.

Function Documentation

◆ async_setup_entry()

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.

Variable Documentation

◆ SUPPORT_FLAGS

homeassistant.components.demo.climate.SUPPORT_FLAGS = ClimateEntityFeature(0)

Definition at line 24 of file climate.py.