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