https://github.com/lmagyar/homeassistant-custom-component-general-thermostat
This is a fork of the official generic_thermostat without the breaking changes introduced in 2025.2
https://github.com/lmagyar/homeassistant-custom-component-general-thermostat
Last synced: 2 months ago
JSON representation
This is a fork of the official generic_thermostat without the breaking changes introduced in 2025.2
- Host: GitHub
- URL: https://github.com/lmagyar/homeassistant-custom-component-general-thermostat
- Owner: lmagyar
- License: apache-2.0
- Created: 2025-02-17T23:24:47.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-02-18T01:42:44.000Z (2 months ago)
- Last Synced: 2025-02-18T02:22:42.116Z (2 months ago)
- Language: Python
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# General Thermostat
This is a fork of the official [`generic_thermostat`](https://www.home-assistant.io/integrations/generic_thermostat/) component/integration reverting breaking changes:
- [Auto select thermostat preset when selecting temperature #134146](https://github.com/home-assistant/core/pull/134146)
## Installation
1. Navigate in your Home Assistant frontend to **HACS**
1. In the **...** menu at the top right corner click **Custom repositories**,
add
`https://github.com/lmagyar/homeassistant-custom-component-general-thermostat`
as `Integration`.
1. Find the "General Thermostat" integration and click it.
1. Click on the "DOWNLOAD" button.## How to use
- Replace all `platform: generic_thermostat` with `platform: general_thermostat` in your .yaml files
- Restart Home Assistant