This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" YouTube Channel Monitoring for Home Assistant | |
Script version 1.0 | |
Made by Dmitrii <dmitryelj@gmail.com> | |
Specify the Home Assistant IP address and get a free YouTube Data API key in Google Console. | |
Data will appear in Home Assistant automatically. | |
This code can run on your computer or on a Raspberry Pi """ | |
import time |