Skip to content

v1.5.0

Choose a tag to compare

@pallemannen pallemannen released this 19 Aug 22:36
· 6 commits to main since this release
55b4301

Added

  • All entities now group under a single device (manufacturer/model/serial/software
    version read from the gateway itself), instead of appearing as ungrouped entities.
  • Config flow now asks for a device name (defaults to "Xfinity Gateway"), used both
    as the config entry title and the device name shown in the UI.

Fixed

  • sensor.xfinity_gateway_mac_address always reported unavailable. Its Wi-Fi MAC
    lookups were missing the context needed to read the Wi-Fi page's already-fetched
    content, causing every scrape attempt to fail.
  • sensor.xfinity_gateway_mode always reported unknown. Its SensorDeviceClass.ENUM
    device class was being silently discarded during setup - the same root cause
    already fixed for the connectivity binary sensors in 1.3.2, but missed here since
    this sensor was added in the same release (1.4.0) that introduced that fix.