Releases: kamaradclimber/datadog-integration-ha
1.2.0
What's Changed
- Use label name instead of label id by @AlexandreYang in #44
 
New Contributors
- @AlexandreYang made their first contribution in #44
 
Full Changelog: 1.1.1...1.2.0
1.1.1
What's Changed
- 🐛 Correct tagging of labels coming from area by @kamaradclimber in #43
 
Full Changelog: 1.1.0...1.1.1
1.1.0
What's Changed
- ✨ Add entity/device/area labels as tags by @kamaradclimber in #42
 
Full Changelog: 1.0.2...1.1.0
1.0.2
What's Changed
- 🐛 Always generate valid entity_ids by @kamaradclimber in #41
 
Full Changelog: 1.0.1...1.0.2
1.0.1
What's Changed
- ✨ Normalize units by @kamaradclimber in #39
 - 🐛 Fix tests by @kamaradclimber in #40
 
Full Changelog: 1.0.0...1.0.1
1.0.0
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
0.6.0
0.5.7
What's Changed
- 🐛 Correctly send metrics with value 0 by @kamaradclimber in #33
 - 🐛 Properly parse sensor.date_time and many other timestamp-ish entities by @kamaradclimber in #34
 - ✨ Add state_type:option tag when relevant by @kamaradclimber in #35
 
Full Changelog: 0.5.6...0.5.7
0.5.6
What's Changed
- Wrap metrics callback as well by @kamaradclimber in #31
 
Full Changelog: 0.5.5...0.5.6