https://github.com/vooon/hass-myheat
Home Assistant intergration with myheat.net gas heating controllers
https://github.com/vooon/hass-myheat
custom-component gas-boiler hacs-integration home-assistant home-assistant-integration myheat
Last synced: about 2 months ago
JSON representation
Home Assistant intergration with myheat.net gas heating controllers
- Host: GitHub
- URL: https://github.com/vooon/hass-myheat
- Owner: vooon
- License: mit
- Created: 2023-01-14T13:07:12.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2026-05-31T06:16:30.000Z (about 2 months ago)
- Last Synced: 2026-05-31T07:13:39.231Z (about 2 months ago)
- Topics: custom-component, gas-boiler, hacs-integration, home-assistant, home-assistant-integration, myheat
- Language: Python
- Homepage:
- Size: 1.65 MB
- Stars: 16
- Watchers: 4
- Forks: 5
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# MyHeat
[![GitHub Release][releases-shield]][releases]
[![GitHub Activity][commits-shield]][commits]
[![License][license-shield]](LICENSE)
[![pre-commit][pre-commit-shield]][pre-commit]
[![Black][black-shield]][black]
[![hacs][hacsbadge]][hacs]
[![Project Maintenance][maintenance-shield]][user_profile]
**This component will set up the following platforms.**
| Platform | Description |
| --------------- | ----------------------------------- |
| `binary_sensor` | Show something `True` or `False`. |
| `sensor` | Show info from MyHeat API. |
| `climate` | Manage heating controller. |
| `switch` | Switch something `True` or `False`. |
## Installation
### Using HACS
[](https://my.home-assistant.io/redirect/hacs_repository/?owner=vooon&repository=hass-myheat&category=integration)
### Manually
1. Using the tool of choice open the directory (folder) for your HA configuration (where you find `configuration.yaml`).
2. If you do not have a `custom_components` directory (folder) there, you need to create it.
3. In the `custom_components` directory (folder) create a new folder called `myheat`.
4. Download _all_ the files from the `custom_components/myheat/` directory (folder) in this repository.
5. Place the files you downloaded in the new directory (folder) you created.
6. Restart Home Assistant
7. In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "MyHeat"
Using your HA configuration directory (folder) as a starting point you should now also have this:
```text
custom_components/myheat/translations/*.json
custom_components/myheat/*.py
custom_components/myheat/manifest.json
```
## Configuration is done in the UI
## Contributions are welcome!
If you want to contribute to this please read the [Contribution guidelines](CONTRIBUTING.md)
## Credits
This project was generated from [@oncleben31](https://github.com/oncleben31)'s [Home Assistant Custom Component Cookiecutter](https://github.com/oncleben31/cookiecutter-homeassistant-custom-component) template.
Code template was mainly taken from [@Ludeeus](https://github.com/ludeeus)'s [integration_blueprint][integration_blueprint] template
---
[integration_blueprint]: https://github.com/custom-components/integration_blueprint
[black]: https://github.com/psf/black
[black-shield]: https://img.shields.io/badge/code%20style-black-000000.svg?style=for-the-badge
[commits-shield]: https://img.shields.io/github/commit-activity/y/vooon/hass-myheat.svg?style=for-the-badge
[commits]: https://github.com/vooon/hass-myheat/commits/main
[hacs]: https://hacs.xyz
[hacsbadge]: https://img.shields.io/badge/HACS-Custom-orange.svg?style=for-the-badge
[license-shield]: https://img.shields.io/github/license/vooon/hass-myheat.svg?style=for-the-badge
[maintenance-shield]: https://img.shields.io/badge/maintainer-%40vooon-blue.svg?style=for-the-badge
[pre-commit]: https://github.com/pre-commit/pre-commit
[pre-commit-shield]: https://img.shields.io/badge/pre--commit-enabled-brightgreen?style=for-the-badge
[releases-shield]: https://img.shields.io/github/release/vooon/hass-myheat.svg?style=for-the-badge
[releases]: https://github.com/vooon/hass-myheat/releases
[user_profile]: https://github.com/vooon