forked from foxy82/warmup4IE
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #54 from artmg/dev
Release v2023.3.19 from dev into master
- Loading branch information
Showing
13 changed files
with
222 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"domain": "warmup", | ||
"name": "Warmup", | ||
"codeowners": ["@ha-warmup"], | ||
"dependencies": [], | ||
"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.03.15-beta" | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 and products. | ||
|
||
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) |
This file was deleted.
Oops, something went wrong.