Inspired/copied from Home Assistant component "Light group"
- Changed behaviour for Action 'turn on': Use the most common HVAC mode
- Added support for Home Assistant Core Integration Generic turn on and off (thanks to @ladzar)
- Patched for Home Assistant core 2024.4.0 (thanks to @lweberru)
- Support for new service call
climate.toggle
- New option: Change target temperature decimal accuracy to .5
- Minor changes to the behaviour of the states: HVACAction, HVACMode, HVACPresetMode
- Forked from @daenny based on 1.0.0-rc6
- Patched for Home Assistant core 2024.1.0
Add this repo https://github.com/bjrnptrsn/climate_group to the HACS store and install from there.
Copy both .py files to folder: config/custom_components/climate_group
Put this inside configuration.yaml in config folder of hass.io
climate:
- platform: climate_group
name: 'Climate Friendly Name'
temperature_unit: C # optional: C / F [default: C]
decimal_accuracy_to_half: True # optional: True / False [default: False]
unique_id: [UUID] # optional: any UUID [default: None]
entities:
- climate.clima1
- climate.clima2
- climate.clima3
- climate.heater
- climate.termostate