Twitch


The twitch platform will allow you to monitor Twitch channel status from within Home Assistant and setup automation based on the information.

To use Twitch with your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
sensor:
  platform: twitch
  channels:
    - channel1
    - channel2

Configuration variables:

  • channels array (Required): Array of channels.
    • channel_name (Required): Name of the channel.