Skip to content

v1.2.15

Latest

Choose a tag to compare

@noiwid noiwid released this 07 Sep 09:43
· 34 commits to main since this release

Cumulative release of the 1.2.15 pre-releases (rc1 to rc4) and of the fixes prepared as 1.2.16. Last release of the 1.x line: the next one is 2.0.0, with strict mode and the weekly limits entities, coming as a pre-release first.

Security

  • Auth add-on 1.9.0: the browser view is no longer reachable with a known password. The default VNC password is gone; a random one is generated at every start when none is configured, printed in the add-on log, and the web UI never carries it. Update the add-on too, and read its new Security section: unmap port 6080 outside of a login, stop the add-on after the login, never expose the ports to the internet.

Added

  • set_update_interval action (#156): change the polling interval at runtime from an automation, until the next reload.
  • select.<child>_allowed_calls_texts (PR #150 by @mdo77): who can call and text the child.

Fixed

  • Entities are created again on Home Assistant 2026.9 (#155): device entities link to the child through via_device_id on 2026.8 and later.
  • Accounts on Google's newer downtime model (#151, #155): bedtime windows classified by Google's own typing and by policy id, bedtime detected in the morning while last night's window is still running, weekly slot lookup and "today" override working on account-specific ids.
  • Bedtime and school time sensors no longer report a window as active when the policy is off (#155).
  • Next-restriction sensor: no more "ends Active now" on windows crossing midnight, and it announces tomorrow's window instead of "No restrictions" once today's are over.
  • set_daily_limit reported success while the sensors kept the old value (#157): the effective row wins over the recurring copy, the slot id is read from the live schedule, and the value is read back before reporting success. Diagnosis and patch by @jar87.
  • Daily limit and remaining time sensors report unknown when the limit is off instead of stale numbers.
  • ring_device is unregistered when the last config entry is unloaded.

Thanks to @lbschenkel, @jar87, @mdo77 and @beamer2k23 for the reports, captures and patches.