Robert Hillis
Robert Hillis
It can easily be added but it falls under mDNS and not SSDP. Sonos uses both. I am not sure how @alsmith wants to classify it. Not everyone would need...
@kewashi I would actually like to add this myself. To make a docker container, a dockerfile has to be written. I think I have made some progress with that but...
TBH, this was a design choice with only Home Assistant in mind to make it one field configurable. I will have to look at possible breaking changes for others already...
Yes, not passing any host configuration still makes one and sets a port number in it. I was asking you to pass a host configuration without a url. The test...
For now, use the package like this. This should be good for reverse proxies. The question of why was already answered above in my first post. ``` host_config = PyArrHostConfiguration(...
What version of Radarr do you have? I'd also like to see the tests updated to include the new attributes if any (hard to tell at a glance) or enums
So all the ones you marked optional you don't have? I plan on moving this package to `pydantic`.
I'll have to look at this. You can also try using make.
Some weird behavior can happen when no activity has been recorded in a while. Have you tried recording something with the app? Also, the new app is not verified as...
No events available? No image to query. It then tries the cache which is then obviously out-dated. By deleting the pickle file, you are removing that cache. Easy bug to...