/ha-template-climate

A HomeAssistant climate integration using templates, similar to the built in fan/sensor/light template integrations.

Primary LanguagePython

ha-template-climate

A HomeAssistant climate integration using templates, similar to the built in fan/sensor/light template integrations.

  • entity availability set by availability_template
  • entity name set by friendly_name
  • climate.set_hvac_mode
  • climate.turn_on
  • climate.turn_off
  • @property: hvac_mode (aka entity state)
  • @property: hvac_modes
  • @property: hvac_action
  • SUPPORT_FAN_MODE
  • climate.set_fan_mode
  • @property: fan_mode
  • @property: fan_modes
  • SUPPORT_TARGET_TEMPERATURE
  • climate.set_temperature
  • @property: precision (might not be working correctly)
  • @property: current_temperature
  • @property: target_temperature
  • @property: target_temperature_step
  • @property: max_temp
  • @property: min_temp
  • SUPPORT_TARGET_TEMPERATURE_RANGE
  • @property: target_temperature_low
  • @property: target_temperature_high
  • SUPPORT_AUX_HEAT
  • climate.set_aux_heat
  • @property: is_aux_heat
  • SUPPORT_PRESET_MODE
  • climate.set_preset_mode
  • @property: preset_mode
  • @property: preset_modes
  • SUPPORT_TARGET_HUMIDITY
  • climate.set_humidity
  • @property: current_humidity
  • @property: target_humidity
  • @property: max_humidity
  • @property: min_humidity
  • SUPPORT_SWING_MODE
  • climate.set_swing_mode
  • @property: swing_mode
  • @property: swing_modes