Skip to content

v0.23.0-beta.2 馃寛

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jul 13:03
· 1826 commits to refs/heads/master since this release
2eb9fb4

Changes

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.

馃悰 Bug Fixes

  • #841 Don't log errors in shelly API version detection algorithm @bramstroker
  • #846 Implement consistent naming pattern (name and friendly name) for all sensors @bramstroker

猸愶笍 Thank you so much for helping out to keep this integration awesome

@bramstroker