python-adguardhome icon indicating copy to clipboard operation
python-adguardhome copied to clipboard

Asynchronous Python client for the AdGuard Home API

Results 10 python-adguardhome issues
Sort by recently updated
recently updated
newest added

Adds support for adding, deleting and listing DNS rewrite rules via the Adguard Home API

no-stale

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Awaiting Schedule These updates are awaiting their schedule. Click on a checkbox to...

no-stale

- added getters for the list of client / autoclient / supported tags resources ------- # Proposed Changes Adding support for the Client / AutoClient resources in AdGuard Home The...

new-feature
no-stale

# Problem/Motivation Since AGH [v0.107.28](https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.27...v0.107.28), AGH allow to disable protection for a specific duration (see https://github.com/AdguardTeam/AdGuardHome/issues/1333). This option is not present in `disable_protection`, hence, cannot be used in Home Assistant,...

# Proposed Changes Having an optional `pause_duration_miliseconds` parameter. - switch URL to `POST /protection` - add an optional parameter to `disable_protection` ## Related Issues Fixes #1030

# Proposed Changes > This commit adds a new method `cache_clear` to the `AdGuardHome` class in the `adguardhome.py` file. The `cache_clear` method allows clearing the cache of the AdGuard Home...

# Problem/Motivation > I want to trigger a clearing of the adguard cache, as I'm using dyndns for my services and need to clear cache if my public IP changes...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pytest-cov](https://redirect.github.com/pytest-dev/pytest-cov) ([changelog](https://pytest-cov.readthedocs.io/en/latest/changelog.html)) | `5.0.0` -> `6.0.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/pytest-cov/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

dependencies
no-stale
python

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [node](https://nodejs.org) ([source](https://redirect.github.com/nodejs/node)) | major | `20.18.0` -> `22.11.0` | --- ### Release Notes nodejs/node (node)...

dependencies
no-stale
javascript

# Proposed Changes > AdGuard has a GUI feature and REST endpoint that can be used to temporarily disable/pause protection for a specified amount of time. This change would enable...