/climate_group

Home Assistant Climate Group

Primary LanguagePythonMIT LicenseMIT

Home Assistant Climate Group

hacs_badge

Groups multiple climate devices to a single entity

Inspired/copied from Home Assistant component "Light group"

Changelog

1.0.1

  • Forked from @daenny based on 1.0.0-rc6
  • Patched for Home Assistant core 2024.1.0

1.0.2

  • Minor changes to the behaviour of the states: HVACAction, HVACMode, HVACPresetMode

How to install:

HACS

Add this repo https://github.com/bjrnptrsn/climate_group to the HACS store and install from there.

Local installation

Copy both .py files to folder: config/custom_components/climate_group

Sample Configuration

Put this inside configuration.yaml in config folder of hass.io

climate:
  - platform: climate_group
    name: 'Climate Friendly Name'
    temperature_unit: C   # optional: 'C' or 'F'  [default: 'C']
    unique_id: [UUID]     # optional: any UUID    [default: None]
    entities:
    - climate.clima1
    - climate.clima2
    - climate.clima3
    - climate.heater
    - climate.termostate