0
0
Fork 0
Home Assistant Service for sending Twitch.TV streams to a Chromecast with chat enabled thanks to NightDev
This repository has been archived on 2024-05-09. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2020-09-24 21:59:12 -05:00
twitchcast updating for newer api 2020-09-24 21:59:12 -05:00
.gitignore initial commit 2018-01-27 14:09:45 -06:00
__init__.py updating for newer api 2020-09-24 21:59:12 -05:00
LICENSE initial commit 2018-01-27 14:09:45 -06:00
README.md adding additional params & errors 2018-01-27 16:25:59 -06:00

Home-Assistant-TwitchCast-Service

Installation/Usage

Git Clone

You can clone this repo into your custom_components folder in your Home Assistant config location with the name twitchcast.

git clone git@github.com:GregoryDosh/Home-Assistant-TwitchCast-Service.git twitchcast

Git Submodule

You can also add it as a submodule which will allow you to pull updates in the future using git submodule foreach git pull.

git submodule add -b master git@github.com:GregoryDosh/Home-Assistant-TwitchCast-Service.git twitchcast

Example Configuration

twitchcast:
  chromecast_host: 172.16.16.205
  layout: right
twitchcast:
  chromecast_name: Living Room TV
  layout: left

Services

twitchcast.cast_stream

channel: Channel name layout (optional): left, right, top, bottom

{
    "channel": "monotonetim",
    "layout": "right"
}