Skip to content

Releases: Ernst79/degree-days

Add sensor prognose heating

29 Apr 21:40
c054898
Compare
Choose a tag to compare
  • Added sensor prognose heating
  • fix domestic hot water in prognose

1.2.0 - Fix import error

19 Feb 13:03
3d30617
Compare
Choose a tag to compare

Changes in 1.2.0

  • Fix import error

1.1.10 - preparation for HACS

17 Jan 17:42
f24764a
Compare
Choose a tag to compare

Changes in 1.1.0

  • Add required validation for HACS
  • Add pre-commit validation of code

1.0.1 - Add heatpump support

04 Jan 13:21
efa6272
Compare
Choose a tag to compare

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

03 Jan 20:07
436af1c
Compare
Choose a tag to compare
Pre-release

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

03 Jan 19:15
f64de6c
Compare
Choose a tag to compare
Pre-release

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.

02 Jan 19:06
a6b9d84
Compare
Choose a tag to compare

Changes in 0.9.4

Fix: determine number_of_days_gas before if statement.

0.9.3 - Fix divide by zero error

02 Jan 10:09
3a36438
Compare
Choose a tag to compare

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

27 Jun 12:29
3ff181a
Compare
Choose a tag to compare

Changes in 0.9.2

  • Add listener to options flow handler (Thx @nelbs)

0.9.1 - Fix ValueError during startup

22 Jun 06:04
f63e5a6
Compare
Choose a tag to compare

Fix for ValueError during startup of the integration (fix for #16)