Skip to content

Commit 1a0e851

Browse files
committed
1 parent 4bb4c2d commit 1a0e851

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

__init__.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,15 @@ class NewsSkill(OVOSCommonPlaybackSkill):
135135
MediaType.RADIO],
136136
"image": join(dirname(__file__), "ui", "images", "DLF.png"),
137137
"playback": PlaybackType.AUDIO
138+
},
139+
"HRI": {
140+
"aliases": ["HRI", "hr Info", "Hessenschau"],
141+
"uri": "rss//https://podcast.hr-online.de/der_tag_in_hessen/podcast.xm",
142+
"media_type": MediaType.NEWS,
143+
"match_types": [MediaType.NEWS,
144+
MediaType.RADIO],
145+
"image": join(dirname(__file__), "ui", "images", "HRI.png"),
146+
"playback": PlaybackType.AUDIO
138147
}
139148
},
140149
"nl": {

ui/images/HRI.png

1.99 KB
Loading

0 commit comments

Comments
 (0)