Second pre-release on the way to 1.2.15. Supersedes v1.2.15-rc1: same #151 fix, plus the two issues found while testing it and the new select entity merged since.
Bedtime and school time sensors follow the policy state (#155)
With every limit switched off in Family Link, rc1 had the switches correctly off but binary_sensor.<device>_bedtime_active on all evening, restriction_reason = bedtime_active, and the next-restriction sensor pointing at the bedtime. Google keeps listing the window rows in appliedTimeLimits, with their own state flag set, after the policy has been disabled, and the per-device parser only looked at that flag. The coordinator now applies the same today-effective state the switches use to the device windows: when bedtime or school time is off for today, the window is dropped and the active flag is false.
The next-restriction sensor also no longer reads Bedtime (ends Active now) for a bedtime crossing midnight: the window is anchored to its actual occurrence (ends tomorrow in the evening, started yesterday in the morning), and the bedtime_start / bedtime_end attributes follow.
Allowed calls and texts select entity (PR #150, by @mdo77)
Each child gets select.<child>_allowed_calls_texts with the three Family Link levels: Anyone, Only contacts I add, Contacts I add & limited groups. Read with the other per-child data, written back through trustedcontacts:update.
From rc1: bedtime and school time windows on the newer downtime model (#151)
Unchanged from rc1 and confirmed by @lbschenkel's log: windows are classified by Google's own typed section and by policy id instead of the key prefix, which restores the bedtime window, the weekly bedtime schedule and set_bedtime on accounts whose bedtime slots are keyed CAMQ....
Still to verify on an affected account
Writing a bedtime "today" override (the bedtime switch) still posts the older day-code shape. If toggling the bedtime switch has no effect on the device, please say so in #155.
Upgrading
A full Home Assistant restart is required, not just a reload of the integration. In HACS, enable "Show beta versions" on the integration to see this build, or download familylink.zip below.