logan893
logan893
Select.poll is according to the python documentation not available for all operating systems. I'd guess it's not available for Windows. For compatibility, this code probably needs to check whether select.poll...
@strunker While Windows may or may not be the only platform where exceptions need to be made (I really don't know), I'd still prefer to avoid OS name check like...
@strunker I'd prefer something like my example where the result is stored once and only the variable with the result is checked each time run_once is executed. The result will...
@strunker Great work! I'll leave it up to @emontnemery to pick the desired solution.
I too am experiencing this issue with Spotify streaming initiated from spotipy stops after at most 1 hour. The expectation may be that the Chromecast devices will refresh the token,...
I too have this sensor, but for me the motion detection works even though it does not list any specific quirk being used. It's treated as a generic zigpy.device.Device. I'm...