-
-
Notifications
You must be signed in to change notification settings - Fork 39
Description
Problem/Motivation
I'd like to have client level control (parental control, filtering enabled, safe browsing...).
As a final goal, getting switches for the configured clients into HomeAssistant would be great, but as the component seems to use this API-wrapper / library it seems best to tackle the missing interface for that here first.
When looking into the AdguardHome API it seems that the interface to do so is available.
Expected behavior
Client level control (for clients we can GET from /control/clients) of the same things global control exists for (e.g. parental control, safe search, filtering, etc..)
Actual behavior
Not yet implemented.
Proposed changes
Add functionality for this part of the AdguardHome API.
I was tinkering around to get this implemented myself, but having it done through properly through this wrapper and eventually the HomeAssistant component would be more usefull.