/youtube

A platform which give you info about the newest video on a channel

Primary LanguagePythonMIT LicenseMIT

sensor.youtube

BuyMeCoffee

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.

example

Installation

To get started put /custom_components/youtube/sensor.py here:
<config directory>/custom_components/youtube/sensor.py

Example configuration.yaml

sensor:
  platform: youtube
  channel_id: UCZ2Ku6wrhdYDHCaBzLaA3bw

Configuration variables

key type description
platform (Required) string The platform name.
channel_id (Required) string The Channel ID of the Youtube channel.