Skip to content

Commit

Permalink
Media players (#4)
Browse files Browse the repository at this point in the history
Add media_player configuration
  • Loading branch information
jmartens authored Apr 7, 2017
1 parent f7f9dd1 commit f17c2d7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
4 changes: 3 additions & 1 deletion configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,6 @@ notify:
name: jonathan
api_key: !secret pushbullet

camera: !include camera.yaml
camera: !include camera.yaml

media_player: !include_dir_merge_list mediaplayers
7 changes: 7 additions & 0 deletions groups/tab-mediaplayer.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
mediaplayers:
name: Media
view: yes
icon: mdi:tv
entities:
- media_player.chromecast
- media_player.smarttv
1 change: 1 addition & 0 deletions mediaplayers/chromecast.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- platform: cast
3 changes: 3 additions & 0 deletions mediaplayers/smarttv.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- platform: samsungtv
host: !secret smarttvip
mac: !secret smarttvmac

0 comments on commit f17c2d7

Please sign in to comment.