{"id":19473308,"url":"https://github.com/vooon/hass-myheat","last_synced_at":"2026-05-31T08:01:03.159Z","repository":{"id":65237664,"uuid":"588912665","full_name":"vooon/hass-myheat","owner":"vooon","description":"Home Assistant intergration with myheat.net gas heating controllers","archived":false,"fork":false,"pushed_at":"2026-05-31T06:16:30.000Z","size":1733,"stargazers_count":16,"open_issues_count":8,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2026-05-31T07:13:39.231Z","etag":null,"topics":["custom-component","gas-boiler","hacs-integration","home-assistant","home-assistant-integration","myheat"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vooon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-01-14T13:07:12.000Z","updated_at":"2026-05-31T06:16:34.000Z","dependencies_parsed_at":"2024-02-10T11:20:58.128Z","dependency_job_id":"34ed8faa-75ea-4631-9c79-154dd5fe8ed6","html_url":"https://github.com/vooon/hass-myheat","commit_stats":null,"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"purl":"pkg:github/vooon/hass-myheat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vooon%2Fhass-myheat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vooon%2Fhass-myheat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vooon%2Fhass-myheat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vooon%2Fhass-myheat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vooon","download_url":"https://codeload.github.com/vooon/hass-myheat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vooon%2Fhass-myheat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33723549,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-31T02:00:06.040Z","response_time":95,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["custom-component","gas-boiler","hacs-integration","home-assistant","home-assistant-integration","myheat"],"created_at":"2024-11-10T19:18:03.487Z","updated_at":"2026-05-31T08:01:03.153Z","avatar_url":"https://github.com/vooon.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MyHeat\n\n[![GitHub Release][releases-shield]][releases]\n[![GitHub Activity][commits-shield]][commits]\n[![License][license-shield]](LICENSE)\n\n[![pre-commit][pre-commit-shield]][pre-commit]\n[![Black][black-shield]][black]\n\n[![hacs][hacsbadge]][hacs]\n[![Project Maintenance][maintenance-shield]][user_profile]\n\n**This component will set up the following platforms.**\n\n| Platform        | Description                         |\n| --------------- | ----------------------------------- |\n| `binary_sensor` | Show something `True` or `False`.   |\n| `sensor`        | Show info from MyHeat API.          |\n| `climate`       | Manage heating controller.          |\n| `switch`        | Switch something `True` or `False`. |\n\n## Installation\n\n### Using HACS\n\n[![Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.](https://my.home-assistant.io/badges/hacs_repository.svg)](https://my.home-assistant.io/redirect/hacs_repository/?owner=vooon\u0026repository=hass-myheat\u0026category=integration)\n\n### Manually\n\n1. Using the tool of choice open the directory (folder) for your HA configuration (where you find `configuration.yaml`).\n2. If you do not have a `custom_components` directory (folder) there, you need to create it.\n3. In the `custom_components` directory (folder) create a new folder called `myheat`.\n4. Download _all_ the files from the `custom_components/myheat/` directory (folder) in this repository.\n5. Place the files you downloaded in the new directory (folder) you created.\n6. Restart Home Assistant\n7. In the HA UI go to \"Configuration\" -\u003e \"Integrations\" click \"+\" and search for \"MyHeat\"\n\nUsing your HA configuration directory (folder) as a starting point you should now also have this:\n\n```text\ncustom_components/myheat/translations/*.json\ncustom_components/myheat/*.py\ncustom_components/myheat/manifest.json\n```\n\n## Configuration is done in the UI\n\n\u003c!----\u003e\n\n## Contributions are welcome!\n\nIf you want to contribute to this please read the [Contribution guidelines](CONTRIBUTING.md)\n\n## Credits\n\nThis project was generated from [@oncleben31](https://github.com/oncleben31)'s [Home Assistant Custom Component Cookiecutter](https://github.com/oncleben31/cookiecutter-homeassistant-custom-component) template.\n\nCode template was mainly taken from [@Ludeeus](https://github.com/ludeeus)'s [integration_blueprint][integration_blueprint] template\n\n---\n\n[integration_blueprint]: https://github.com/custom-components/integration_blueprint\n[black]: https://github.com/psf/black\n[black-shield]: https://img.shields.io/badge/code%20style-black-000000.svg?style=for-the-badge\n[commits-shield]: https://img.shields.io/github/commit-activity/y/vooon/hass-myheat.svg?style=for-the-badge\n[commits]: https://github.com/vooon/hass-myheat/commits/main\n[hacs]: https://hacs.xyz\n[hacsbadge]: https://img.shields.io/badge/HACS-Custom-orange.svg?style=for-the-badge\n[license-shield]: https://img.shields.io/github/license/vooon/hass-myheat.svg?style=for-the-badge\n[maintenance-shield]: https://img.shields.io/badge/maintainer-%40vooon-blue.svg?style=for-the-badge\n[pre-commit]: https://github.com/pre-commit/pre-commit\n[pre-commit-shield]: https://img.shields.io/badge/pre--commit-enabled-brightgreen?style=for-the-badge\n[releases-shield]: https://img.shields.io/github/release/vooon/hass-myheat.svg?style=for-the-badge\n[releases]: https://github.com/vooon/hass-myheat/releases\n[user_profile]: https://github.com/vooon\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvooon%2Fhass-myheat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvooon%2Fhass-myheat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvooon%2Fhass-myheat/lists"}