✨ New Feature
set_bedtime service - Modify bedtime start/end times for any day (#46)
You can now dynamically adjust bedtime schedules directly from Home Assistant!
Set bedtime for today
service: familylink.set_bedtime
data:
start_time: "20:45"
end_time: "07:30"
Set bedtime for a specific day (e.g., Saturday)
service: familylink.set_bedtime
data:
start_time: "22:00"
end_time: "09:00"
day: 6
The UI provides time pickers and a dropdown for easy day selection - no need to remember codes!
🐛 Bug Fixes
Authentication loop fix (#48)
Fixed an issue where the integration would continuously prompt for re-authentication
Root cause: Cookie cache was not invalidated during session refresh, causing retry mechanism to reuse stale cookies
SAPISID domain validation now accepts both .google.com and google.com formats
set_daily_limit now accepts 0 minutes (#47)
You can now set daily limit to 0 to disable the device for the day
Unrestricted apps remain accessible (unlike full device lock)
Useful for "soft lock" scenarios
📚 Documentation
SERVICES.md fully rewritten in English with all time management services
Updated README with new features
API documentation updated with set_bedtime endpoint (type code 9)
Full Changelog: v0.9.5...v0.9.6