Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tetele/hvac_group
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.0.2
Choose a base ref
...
head repository: tetele/hvac_group
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.1.0
Choose a head ref
Loading
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ jobs:
uses: "actions/checkout@v4.1.1"

- name: "Set up Python"
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v5.0.0
with:
python-version: "3.11"
cache: "pip"
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -6,13 +6,13 @@

[![hacs][hacsbadge]][hacs]
![Project Maintenance][maintenance-shield]
[![BuyMeCoffee][buymecoffeebadge]][buymecoffee]
[![SponsorMe][sponsormebadge]][sponsorme]

<!-- [![Discord][discord-shield]][discord] -->

[![Community Forum][forum-shield]][forum]

_Create a custom thermostat to control multiple other climate components._
_Create a custom thermostat to control multiple other climate components. Useful for controlling an AC unit and a heating unit in a single room._

**This integration will set up the following platforms.**

@@ -22,6 +22,13 @@ _Create a custom thermostat to control multiple other climate components._

## Installation

### HACS

1. If you're using HACS, go to "HACS" > "Integrations" and add `https://github.com/tetele/hvac_group` as a [custom repository](https://hacs.xyz/docs/faq/custom_repositories/) under the "Integration" category
1. In the HA UI go to "Settings" -> "Devices & services" -> "Helpers" click "+" and search for "HVAC group"

### Standalone

1. Using the tool of choice open the directory (folder) for your HA configuration (where you find `configuration.yaml`).
1. If you do not have a `custom_components` directory (folder) there, you need to create it.
1. In the `custom_components` directory (folder) create a new folder called `hvac_group`.
@@ -37,7 +44,7 @@ _Create a custom thermostat to control multiple other climate components._
1. Select one or more heating entities (e.g. the radiators and the electric heater in the bedroom)
1. Select one or more cooling entities (e.g. the air conditioning in the bedroom)
1. For both heaters and coolers, if you check `Toggle heaters/coolers on or off [...]`, they will physically be turned off if the desired temperature is reached
1. Select a climate entity which holds the current temperature (`Temperature sensor`)
1. Select a climate entity or a temperature sensor which holds the current temperature (`Temperature sensor`)
1. If you check `Hide members`, creating the group will mark heater and cooler entities as hidden
1. Click `Submit`

@@ -50,6 +57,8 @@ If you want to contribute to this please read the [Contribution guidelines](CONT
[hvac_group]: https://github.com/tetele/hvac_group
[buymecoffee]: https://www.buymeacoffee.com/t3t3l3
[buymecoffeebadge]: https://img.shields.io/badge/buy%20me%20a%20coffee-donate-yellow.svg?style=for-the-badge
[sponsorme]: https://github.com/sponsors/tetele/
[sponsormebadge]: https://img.shields.io/badge/sponsor%20me-donate-yellow.svg?style=for-the-badge
[commits-shield]: https://img.shields.io/github/commit-activity/y/tetele/hvac_group.svg?style=for-the-badge
[commits]: https://github.com/tetele/hvac_group/commits/main
[hacs]: https://github.com/hacs/integration
Loading