Breaking change!!
When you have configured the powercalc sensor with a name
attribute "power" and "energy" will automatically appended.
Assume you have the following configuration:
sensor:
- platform: powercalc
entity_id: light.my_light
name: Some light power
Previously powersensor was created as sensor.some_light_power
, Since 0.6.0 this will be sensor.some_light_power_power
.
So you have to change your name accordingly.
When you don't have any custom naming you don't have to do anything.
Changes
- #174 Use configured name also as base for energy sensor name @bramstroker
- #177 Update README for new state class in 2021.09 @woodmj74
- #181 Measurement for Signify LCT026 (Hue Go 2.0) @smonesi