What's New
Bug Fixes
-
block_app and unblock_app now apply to all children (#57)
Previously,
block_appandunblock_appservices only affected the first supervised child in the family. Now, when no specific child is specified, these actions apply to all supervised children.
New Features
- Optional
child_idandentity_idparameters forblock_appandunblock_appservices- Use
entity_idto select a specific child via any Family Link entity - Use
child_idto specify a child directly by their user ID - When neither is provided, the action applies to all children
- Use
Example Usage
Block an app for all children:
service: familylink.block_app
data:
package_name: com.spotify.musicBlock an app for a specific child:
service: familylink.block_app
data:
package_name: com.spotify.music
child_id: "123456789012345678901"API Changes
- Added async_get_all_supervised_children() method to retrieve all supervised children in the family