aiopyarr
aiopyarr copied to clipboard
Python API client for Lidarr/Radarr/Readarr/Sonarr.
### Checklist - [X] I'm running the newest version - [X] I have filled out the issue template to the best of my ability. - [X] This issue only contains...
## Proposed change I wanted to implement the diagnostics platform in HA since I was suffering from a bug, and to put the coordinator data to dict, all fields should...
## Proposed change Use Syrupy to compare results with a pre made snapshot ## Type of change - [ ] Dependency upgrade - [ ] Bugfix (non-breaking change which fixes...
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.1.0 to 4.6.1. Release notes Sourced from actions/setup-python's releases. v4.6.1 What's Changed Fix allow-prereleases sample configuration by @mayeut in actions/setup-python#615 Fix a incorrect link advanced-usage.md by @siyuan0322...
### Checklist - [X] I'm running the newest version - [X] I have filled out the issue template to the best of my ability. - [X] This issue only contains...
Can this be changed to accept `-` in DNS domain names? https://github.com/tkdrob/aiopyarr/blob/8bd3ed3b223d969ffddfda41b611a65ceccdd092/aiopyarr/request_client.py#L126
## Proposed change This PR attempts to fix the error in getting the wrong date for calendar items. All dates are now parsed as UTC if a timezone is not...
Add dash and uppercase in url regexp ## Proposed change Add the possibility to use all allowed chars in standard URL (lowercase, uppercase, digits, dot and dash) ## Type of...