Skip to content

Commit

Permalink
Include HACS metadata files, and recent additions to components manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
artmg committed Mar 9, 2023
1 parent e272be1 commit f345c03
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,10 @@ Please raise an issue if you want further guidance on developing new features or

Once you have completed your development and testing on your changes,
then please raise a Pull Request for us to be able to merge in your work. They should be merged into the **dev** branch.

## Release

When releasing a version, please ensure that you update the version in

custom_components/warmup/manifest.json

12 changes: 7 additions & 5 deletions custom_components/warmup/manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"domain": "warmup",
"name": "Warmup",
"version": "2021.5.23",
"documentation": "https://www.home-assistant.io/components/warmup",
"issue_tracker": "https://github.com/ha-warmup/warmup/issues/",
"codeowners": ["@ha-warmup"],
"dependencies": [],
"codeowners": [],
"requirements": []
"documentation": "https://github.com/ha-warmup/warmup/",
"integration_type": "hub",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/ha-warmup/warmup/issues/",
"requirements": [],
"version": "2023.3.9"
}
11 changes: 11 additions & 0 deletions hacs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "Warmup under-floor heating integration",
"render_readme": false,
"domains": [
"climate"
],
"iot_class": [
"Cloud Polling"
]

}
22 changes: 22 additions & 0 deletions info.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
This is a Custom Component to integrate Warmup
under-floor heating devices into Home Assistant.

Warmup Plc manufacture under-floor heating (UFH)
and control systems,
including a range of wifi-enabled home thermostats.
Some of these thermostats, such as the 4IE and 6IE,
have an API.
This software enables communication via this API,
and allows Home Assistant to read and control the supported devices,
using a python script to perform the integration.
It is compatible with the Home Assistant Community Store (HACS).

Please note that Warmup Plc were not involved
in the creation of this software,
but we acknowledge their ownership of
registered trademarks relating to their brand.

For further information please see the full project README at
https://github.com/ha-warmup/warmup

[![hacs_badge](https://img.shields.io/badge/HACS-Custom-41BDF5.svg)](https://github.com/ha-warmup/warmup)

0 comments on commit f345c03

Please sign in to comment.