Releases: Ernst79/degree-days
Add sensor prognose heating
1.2.0 - Fix import error
Changes in 1.2.0
- Fix import error
1.1.10 - preparation for HACS
Changes in 1.1.0
- Add required validation for HACS
- Add pre-commit validation of code
1.0.1 - Add heatpump support
Changes in 1.0.1
- Add support for heatpumps / electric heating (use kWh instead of m3) (fix for #9)
If you want to use kWh as unit of measurement, you will need to enable the option in the degree-days options
1.0.1-beta - Add support for heat pumps
Changes in 1.0.1-beta
Add support for heat pumps. You will need to enable this option in the degree days integration settings.
includes a small fix compared to 1.0.0-beta
WARNING!!! Note that this is a BETA release. This version might cause your gas sensors to be recreated as a new entity. Do not use this version (yet) if you don't want that to happen. I will try to prevent that in the final version.
1.0.0-beta - Add support for heat pumps
Changes in 1.0.0-beta
- Add support for heat pumps. You will need to enable this option in the degree days integration settings.
WARNING!!! Note that this is a BETA release. This version might cause your gas sensors to be recreated as a new entity. Do not use this version (yet) if you don't want that to happen. I will try to prevent that in the final version.
0.9.4 - Determine number_of_days_gas before if statement.
Changes in 0.9.4
Fix: determine number_of_days_gas before if statement.
0.9.3 - Fix divide by zero error
Changes in 0.9.3
- Fix divide by zero error (Fix for #20). This can happen on the date that the date is the same as the set startdate.
0.9.2 - Add listener to options flow handler
Changes in 0.9.2
- Add listener to options flow handler (Thx @nelbs)
0.9.1 - Fix ValueError during startup
Fix for ValueError during startup of the integration (fix for #16)