BC Break: Daily fixed energy sensors will also look at energy_sensor_naming
configuration now, which means your entity_id's will change. When you have named your sensor "Internet Router" previously the entity_id was sensor.internet_router
, in v0.23 the sensor the entity_id will be sensor.internet_router_energy
. The sensor will be renamed automatically, but when you refer to it in lovelace or automation you need to adapt to this change.
Changes
- #847 Allow to set unit prefix for energy sensors (kWh, Wh, gWh) etc. @bramstroker
- #849 Support resetting a grouped energy sensor @bramstroker
- #850 Add option to force update power sensor entity to measure tool @bramstroker
- #846 Implement consistent naming pattern (name and friendly name) for all sensors @bramstroker
- #821 fix typo in aliases for ikea tradfri gu10 light @gribber
- #862 fix tiny typo in .env.dist @darthsebulba04
- #859 Set last_reset attribute after energy sensor is reset @bramstroker
💡 Light models
- #839 Added measurements for two IKEA bulbs @gribber
- #829 Add Innr RB 250 C, Hue White and Color Ambiance E27 1600lm, and WiZ RGBW Tunable Globe G95 E27 @ahartmanns
- #860 Add Elgato Key Light Air @BeardedTinker
- #842 Add Tuya SL20 @KTibow
🐛 Bug Fixes
- #818 Allow to setup multiple power sensors for the same entity @bramstroker
- #819 Return standby_power when calculation_enabled resolves to false @bramstroker
- #824 Continue setting up nested groups when one underlying group has no entities discovered @bramstroker
- #841 Don't log errors in shelly API version detection algorithm @bramstroker
- #853 Fix spelling (successful vs successfull) @CloCkWeRX
- #851 Fix unit prefix bugs @bramstroker
- #854 Fix typing issues @bramstroker
- #855 Fix measure-tool error with num lights @bramstroker
- #856 Spelling: to much -> too many @CloCkWeRX
- Fix typing issue which prevented powercalc component to be loaded correctly
⭐️ Thank you so much for helping out to keep this integration awesome
@ahartmanns, @gribber, @CloCkWeRX, @BeardedTinker, @bramstroker and @darthsebulba04