1.0.0
Pre-release
Pre-release
Breaking change
💥 Metric about entity with a unit of measurement attribute will be broken by this release. Update your dashboards and monitors.
Before: metric names were generic hass.sensor or hass.binary_sensor for instance.
After: metric names may have a unit in their name hass.sensor_in_watt, hass.sensor_in_degree_celcius. When no unit can be found, the usual name (for instance hass.sensor) is used.
ℹ️ I would suggest to wait for version 1.0.1 to update so I can make a list of units used on my HA instance to avoid renaming metric several times.
See #38 for details and rationale.
What's Changed
- ✨ Leverage entity unit when relevant by @kamaradclimber in #38
Full Changelog: 0.6.0...1.0.0