Skip to content

Releases: dolezsa/thermal_comfort

2.2.3

16 Oct 11:15
f4f4574
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.2.2...2.2.3

2.2.2

05 Jan 14:23
437419a
Compare
Choose a tag to compare

Fixed

  • Config Flow created devices with disabled sensors

Translations

  • Swedish, Portugese and Brasilian Portugese translation updated @magusagnus

Full Changelog: 2.2.1...2.2.2

2.2.1

03 Jan 07:46
630cd86
Compare
Choose a tag to compare

Fixed

  • Summer Simmer Index entity name

Translations

Full Changelog: 2.2.0...2.2.1

2.2.0

06 Dec 19:46
82a93a5
Compare
Choose a tag to compare

This release needs home-assistant >= 2023.12

Added

  • Support for translated sensor names @rautesamtr
    This is only fully supported in config flow/ui mode.
    If you want translated names with yaml configuration you have to not set the name of the sensor.

  • Support for easier translations with inlang by @NilsJacobsen

Fixed

  • Fix moist air enthalpy calculation to match ASHRAE fundamentals 2021 edition by @lymanepp

Translations

Full Changelog: 2.1.1...2.2.0

2.1.1

02 Mar 13:40
Compare
Choose a tag to compare

requires home assistant >= 2023.3.0

Fixed

  • Use suggested_display_precision instead of native_precission for compatibility with ha 2023.3

Full Changelog: 2.1.0...2.1.1

2.1.0

04 Feb 13:40
Compare
Choose a tag to compare

Added

  • native_precision With this release we suport the new native_precision attribute from core allowing you to select the decimal rounding per sensor trough the frontend in future home assistant releases. To be able to support this the new minimum required home assistant version is 2023.2.0.

Full Changelog: 2.0.3...2.1.0

2.0.3

27 Jan 10:37
9690d8b
Compare
Choose a tag to compare

Translations

Full Changelog: 2.0.2...2.0.3

2.0.2

22 Jan 10:33
7923289
Compare
Choose a tag to compare

Changed

  • Fix lower limit for summer simmer index calculation by @lymanepp

Translation

Full Changelog: 2.0.1...2.0.2

2.0.1

09 Jan 12:11
78cb2ae
Compare
Choose a tag to compare

Fixed

  • Fix async_get_hass context issue #244

Translation

Full Changelog: 2.0.0...2.0.1

2.0.0

08 Jan 14:03
8dfd711
Compare
Choose a tag to compare

Breaking Changes

Sensor renames (Frontend / YAML)

Thermal perception has been renamed to Dew point perception to have a more descriptive name since we added a few more bio indices/perceptions in this release.

Simmer index has been renamed to Summer simmer index and Simmer zone to Summer simmer perception.

thermal_perception -> dew_point_perception
simmer_index -> summer_simmer_index
simmer_zone -> summer_simmer_zone

What does this mean? If you have configured your sensors through the frontend your sensors should be upgraded seamlessly. If you use YAML for your integration make sure you have assigned the unique_id field before upgrading. Make sure to restart home assistants before upgrading if you added them just now. With the unique_id field assigned we will offer an automatic upgrade to the new names for the next few releases.

New naming scheme (Frontend /YAML)

Thermal Comfort now uses the new naming scheme as described in home assistant dev blog. This means we only set device name and entity name, the friendly_name and entity_id are automatically generated.

Legacy YAML and Legacy short names have bee removed (YAML)

Legacy YAML is not supported anymore, please use the current format.
Already deprecated in 1.5 the short name of sensor types e.g. dewpoint have been removed and only the version with underscore is allowed now dew_point.

Unique Id is now required (YAML)

To support home assistants' new translation method we now require the unique_id field to be set for YAML configurations.

Added

Several new sensors

Five new bio indices as requested by #171. Moist air enthalpy as requested in #151.
See the full list of sensors supported by the 2.0.0 release

Indices attribute in perception sensor

Many perception sensors have their corresponding numeric index added as an attribute.

More material design icons used

When not using the custom icon pack most of the sensors now use a material design icon to better distinguish it.

Use enum device class for perception sensors

For the user this means possible states are available in the frontend, e.g. when using the sensor for automations.

Translations

Full Changelog: 1.5.2...2.0.0