A platform which give you info about the newest video on a channel.
This uses web scraping, a better implementation will be to use the API.
To get started put /custom_components/youtube/sensor.py
here:
<config directory>/custom_components/youtube/sensor.py
sensor:
platform: youtube
channel_id: UCZ2Ku6wrhdYDHCaBzLaA3bw
key | type | description |
---|---|---|
platform (Required) | string | The platform name. |
channel_id (Required) | string | The Channel ID of the Youtube channel. |