Uri Katz

Results 7 comments of Uri Katz

Yes it is. There’s a basic example of a YouTube controller in examples/youtube_example.py To play a playlist just replace the last line `yt.play_video(VIDEO_ID)` with: `yt.play_video(VIDEO_ID, playlist_id) ` You can also...

I have a working(mostly working) POC - https://github.com/ur1katz/pychromecast The session parameters are very not clear and youtube changes then frequently.. i will not have much time to work on it...

I currently cant test this myself but i'm pretty sure the Telink Bluetooth mesh protocol is used to connect the lamp to the dimmer https://github.com/google/python-dimond

@kueblc i'm following this thread closely and it was really great to see the kettle POC working. In a normal ble connection you'd expect another service for data/notify but that's...

Thanks for the PR! It looks simple enough, I left you some comments. When you find a clean way of grabbing cookies i think the best place for it is...

Hey, do you think you can extract the cookies in a script? It would make this simpler for people. I really don't know the tv interface so could you please...

Sorry to keeping you waiting iv'e been really busy lately. Auth method looks good but I'm a little worried about people having to add a cloud project for this. Can...