Releases: dolezsa/thermal_comfort
2.2.3
What's Changed
- Update translations pl by @MorganMLGman in #363
- Update translations nl-nl by @Xander-V in #362
- Typo in the perception name by @stormshaker in #364
- avoid deprecated method call by @SukramJ in #377
- Remove Platform.MAILBOX as its no longer supported by @sokripon in #392
- inlang: update translations by @Curudel in #365
- Update translations by @smkrv in #378
- Update translations by @MyUncleSam in #380
- Update translations by @sbagdaulet in #382
- Update French & Spanish translations by @gitlasl in #397
- Bump black from 23.7.0 to 24.3.0 by @dependabot in #404
- Update translations by @miguelcouteirorodrigues in #400
New Contributors
- @MorganMLGman made their first contribution in #363
- @Xander-V made their first contribution in #362
- @stormshaker made their first contribution in #364
- @SukramJ made their first contribution in #377
- @sokripon made their first contribution in #392
- @Curudel made their first contribution in #365
- @smkrv made their first contribution in #378
- @MyUncleSam made their first contribution in #380
- @sbagdaulet made their first contribution in #382
- @gitlasl made their first contribution in #397
- @dependabot made their first contribution in #404
- @miguelcouteirorodrigues made their first contribution in #400
Full Changelog: 2.2.2...2.2.3
2.2.2
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
Fixed
- Summer Simmer Index entity name
Translations
- Japanese translation added @yohru
- Urdu translation added @yousaf465
- French translation updated @kamahat
- Italian translation updated @Menelao147 @Fabbro03
- Greek translation updated @apo-mak
- Slovak translation updated @misa1515
Full Changelog: 2.2.0...2.2.1
2.2.0
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
- Chinese translation added @minamion
- Portuguese translation updated @FragMenthor
- French translation updated @Donokami
- Slovak translation updated @misa1515
- Russian translation updated @rennokki
- Dutch and english translations updated @Synthetica9
- German translation updated @Migsi
- Portuguese translations updated @JoseClimaco
- Hungarian translations updated @Csontikka
- Spanish translations updated @horttorrell32
- French translations updated @8mccm8
Full Changelog: 2.1.1...2.2.0
2.1.1
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
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
Translations
- Add Greek translation @ChriZathens
- Update Polish translation @pejotigrek
- Update Catalan and Spanish translations @eretna
Full Changelog: 2.0.2...2.0.3
2.0.2
Changed
- Fix lower limit for summer simmer index calculation by @lymanepp
Translation
- Dutch language updated @BebeMischa
- German language updated @vwccvr6
- Polish language updated @marcin77
- Romanian language updated @ovimano
- Italian language updated @ovimano, @uroh
- Russian language updated @IATkachenko
- Slovak language updated @misa1515
Full Changelog: 2.0.1...2.0.2
2.0.1
Fixed
- Fix async_get_hass context issue #244
Translation
- Danish translation added @Tntdruid
Full Changelog: 2.0.0...2.0.1
2.0.0
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
- Catalan translations added @eretna
- Spanish translations updated @eretna
- Romanian translation added @ovimano
Full Changelog: 1.5.2...2.0.0