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

Classes

class  ZWaveMeClimate
 

Functions

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

Variables

 DEVICE_NAME = ZWaveMePlatform.CLIMATE
 
float TEMPERATURE_DEFAULT_STEP = 0.5
 

Detailed Description

Representation of a thermostat.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.zwave_me.climate.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up the climate platform.

Definition at line 28 of file climate.py.

Variable Documentation

◆ DEVICE_NAME

homeassistant.components.zwave_me.climate.DEVICE_NAME = ZWaveMePlatform.CLIMATE

Definition at line 25 of file climate.py.

◆ TEMPERATURE_DEFAULT_STEP

float homeassistant.components.zwave_me.climate.TEMPERATURE_DEFAULT_STEP = 0.5

Definition at line 23 of file climate.py.