GithubHelp home page GithubHelp logo

climate_group's Introduction

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.4

  • Support for new service call climate.toggle

1.0.3

  • New option: Change target temperature decimal accuracy to .5

1.0.2

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

1.0.1

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

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 / 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

climate_group's People

Contributors

daenny avatar bjrnptrsn avatar matteofranceschini avatar b4dpxl avatar wtadler avatar blademckain avatar warksit avatar lildadou avatar arcsur avatar bvweerd avatar marecabo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.