-
Notifications
You must be signed in to change notification settings - Fork 16
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 #12 from gtdiehl/ha_2021_8
Code clean up
- Loading branch information
Showing
8 changed files
with
86 additions
and
81 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{% if prerelease %} | ||
|
||
# This is a Beta version! | ||
|
||
--- | ||
|
||
{% endif %} | ||
|
||
{% if installed and version_installed != selected_tag %} | ||
|
||
# Changes as compared to your installed version: | ||
|
||
{% if version_installed.replace(".","") | int < 4 %} | ||
|
||
## Breaking Changes | ||
|
||
{% if version_installed.replace(".","") | int < 4 %} | ||
|
||
- Integration only works with Home Assistant 2021.8.0 and greater | ||
{% endif %} | ||
|
||
{% if version_installed.replace(".","") | int < 4 %} | ||
|
||
### Changes | ||
|
||
{% if version_installed.replace(".","") | int < 4 %} | ||
|
||
- Add support for Energy view | ||
{% endif %} | ||
|
||
## Features | ||
|
||
## Bugfixes | ||
|
||
# Home Assistant Integration for IoTaWatt | ||
|
||
This project provides [IoTaWatt](https://iotawatt.com/) support through a | ||
custom integration for Home Assistant. It creates entites for each input and | ||
output present in IoTaWatt. | ||
|
||
The integration is available in HACS. |