Home Assistant Service for sending Twitch.TV streams to a Chromecast with chat enabled thanks to NightDev
| twitchcast | ||
| .gitignore | ||
| __init__.py | ||
| LICENSE | ||
| README.md | ||
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"
}