All Projects → lindell → home-assistant-svt-play

lindell / home-assistant-svt-play

Licence: other
Play SVT Play videos and channels via home assistant

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to home-assistant-svt-play

Haha
Highly Available Home Assistant - a solution for running a redundant installation of Home Assistant
Stars: ✭ 177 (+941.18%)
Mutual labels:  home-assistant, homeassistant
Addon Node Red
Node-RED - Home Assistant Community Add-ons
Stars: ✭ 210 (+1135.29%)
Mutual labels:  home-assistant, homeassistant
Ha Wyzeapi
Home Assistant Integration for Wyze Bulbs, Switches, Sensors and Lock
Stars: ✭ 187 (+1000%)
Mutual labels:  home-assistant, homeassistant
purifier-card
Air Purifier card for Home Assistant Lovelace UI
Stars: ✭ 155 (+811.76%)
Mutual labels:  home-assistant, homeassistant
addon-tailscale
Tailscale - Home Assistant Community Add-ons
Stars: ✭ 47 (+176.47%)
Mutual labels:  home-assistant, homeassistant
Homeassistant
Example Home Assistant Configs
Stars: ✭ 168 (+888.24%)
Mutual labels:  home-assistant, homeassistant
ocpp
Home Assistant integration for electric vehicle chargers that support the Open Charge Point Protocol (OCPP).
Stars: ✭ 82 (+382.35%)
Mutual labels:  home-assistant, homeassistant
Simple Weather Card
Minimalistic weather card for Home Assistant
Stars: ✭ 135 (+694.12%)
Mutual labels:  home-assistant, homeassistant
PlexMeetsHomeAssistant
Custom card which integrates plex into Home Assistant and makes it possible to launch movies or tv shows on TV with a simple click
Stars: ✭ 73 (+329.41%)
Mutual labels:  tv, homeassistant
Ha philips android tv
Home Assistant custom component for the newer (2016+) Philips Android TVs
Stars: ✭ 104 (+511.76%)
Mutual labels:  tv, homeassistant
Home Assistant Mail And Packages
Home Assistant integration providing day of package counts and USPS informed delivery images.
Stars: ✭ 155 (+811.76%)
Mutual labels:  home-assistant, homeassistant
home-assistant-config
🏠 Home Assistant Configuration & Documentation for my smart home using Node-RED for automations. Press ⭐ for notification of updates.
Stars: ✭ 34 (+100%)
Mutual labels:  home-assistant, homeassistant
Scheduler Card
HA Lovelace card for control of scheduler entities
Stars: ✭ 154 (+805.88%)
Mutual labels:  home-assistant, homeassistant
Custom updater
[DEPRECATED]📦 A component which allows you to track and update custom cards/components and python_scripts
Stars: ✭ 173 (+917.65%)
Mutual labels:  home-assistant, homeassistant
Addon Adguard Home
AdGuard Home - Home Assistant Community Add-ons
Stars: ✭ 138 (+711.76%)
Mutual labels:  home-assistant, homeassistant
Addon Vscode
Visual Studio Code - Home Assistant Community Add-ons
Stars: ✭ 201 (+1082.35%)
Mutual labels:  home-assistant, homeassistant
Addon Motioneye
motionEye - Home Assistant Community Add-ons
Stars: ✭ 122 (+617.65%)
Mutual labels:  home-assistant, homeassistant
Addon Tasmoadmin
TasmoAdmin - Home Assistant Community Add-ons
Stars: ✭ 130 (+664.71%)
Mutual labels:  home-assistant, homeassistant
Pyscript
Pyscript adds rich Python scripting to HASS
Stars: ✭ 219 (+1188.24%)
Mutual labels:  home-assistant, homeassistant
homeassistant-plant
Alternative Plant component of home assistant
Stars: ✭ 62 (+264.71%)
Mutual labels:  home-assistant, homeassistant

Home Assistant SVT Play

Daily test

Play svt play programs or channels on home assistant media players.

Available actions

Play Suggested

Play the suggested video that is shown on svtplay.se. This is the recomended way of starting a program.

- service: svt_play.play_suggested
  entity_id: media_player.living_room_tv
  data:
    program_name: rapport

Play Latest

Play the latest video or clip from a specific program. There exists two options to exclude or include videos matching specific categories.

- service: svt_play.play_latest
  entity_id: media_player.living_room_tv
  data:
    program_name: skavlan
    category: Intervjuer # Optional
    exclude_category: utan filmer # Optional

Play random

Play a random video or clip from a specific program. There exist an option to just random from specific categories.

- service: svt_play.play_random
  entity_id: media_player.living_room_tv
  data:
    program_name: skavlan
    category: Intervjuer # Optional

Play Channel

Play one of the svt channels.

- service: svt_play.play_channel
  entity_id: media_player.living_room_tv
  data:
    channel: svt1 # Available channels: svt1, svt2, svtbarn, kunskapskanalen, svt24

Installation

Add the code

Copy the custom_components/svt_play folder in this repository to <home assistant config>/custom_components/svt_play

Or:

Install via Home Assistant Community Store

Active the service

Add:

svt_play:

to your configuration.yaml file.

Use in automations

And then add the automation you want:

automation:
- alias:
  trigger:
  # Some trigger
  action:
  - service: svt_play.play_suggested
    entity_id: media_player.living_room_tv
    data:
      program_name: rapport

Get the program_name field

  1. Search an click on the program you want at svtplay.se
  2. From the url, grab the name.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].