Skip to content

v3.0.1b3 (beta)

Pre-release
Pre-release

Choose a tag to compare

@claesmathias claesmathias released this 26 May 20:25
· 10 commits to main since this release

Beta release 3.0.1b3

Breaking change: sensors now report GB instead of %

Internet sensor (telenet_telemeter internet <id>)

  • State is now usage in GB (e.g. 835.09)
  • Unit changed from %GB
  • TURBO plans: fixed — usage_gb now = peak + offPeak (previously only peak was counted, causing ~6% to appear instead of ~27%)
  • used_percentage is still available as an attribute

Mobile sensors (telenet_telemeter mobile <id>)

  • State is now used data in GB (e.g. 40.61)
  • Unit changed from %GB
  • Fixes unlimited plans always showing 0% (meaningless for unlimited)
  • used_percentage_data still available as an attribute
  • usage_gb added as an explicit attribute

If you have automations or templates that rely on the old % state value, update them to use the used_percentage / used_percentage_data attribute instead.