Closed infamy closed 2 months ago
https://github.com/Velleman/python-linkplay/blob/68b43c5892d1c54a61510883ef933b9d74af4a83/src/linkplay/discovery.py#L17
If this was extended to allow passing the protocol, which would allow setting https, this would resolve the issue with wiim devices (or so I suspect). My wiim pro will only respond if it gets a request over https, and ignores http.
With #27 this should now be possible. The HomeAssistant changes will follow in the coming days.
The pull request went in Home Assistant, closing.
https://github.com/Velleman/python-linkplay/blob/68b43c5892d1c54a61510883ef933b9d74af4a83/src/linkplay/discovery.py#L17
If this was extended to allow passing the protocol, which would allow setting https, this would resolve the issue with wiim devices (or so I suspect). My wiim pro will only respond if it gets a request over https, and ignores http.