-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Home Energy Management integration (#33)
* Migrate sensors to extend SensorEntity. Temp, humidity, power and energy sensors are now marked as measured. This is to support long-term statistics. The energy sensors are now marked as an energy class instead of power. The 'total today energy' has a new property; last_reset. This is used by the build-in Energy Management to keep track of the energy consumption. The 'total today energy' will not pass a 'period' to the Ngenic API, doing so lead to missing meterings during the day. * Add hacs.json to limit the installation of v2.0.0 From v2.0.0 the minimum version of home assistant is 2021.6.0.
- Loading branch information
Showing
4 changed files
with
27 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"name": "Ngenic Tune", | ||
"iot_class": "Cloud Polling", | ||
"homeassistant": "2021.6.0" | ||
} |