The Daynos
Results
1
issues of
The Daynos
i've tried the following... ``` cast = next(cc for cc in chromecasts if cc.device.friendly_name=="my chromecast name") cast.wait() ytc=YouTubeController() cast.register_handler(ytc1) ``` that works fine to get my chromecast. then ``` ytc.play_video(vLink1)...