Skip to content

Commit 9d64658

Browse files
authored
1 parent c04939c commit 9d64658

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

__init__.py

+9
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,15 @@ class NewsSkill(OVOSCommonPlaybackSkill):
192192
MediaType.RADIO],
193193
"image": join(dirname(__file__), "ui", "images", "DLF.png"),
194194
"playback": PlaybackType.AUDIO
195+
},
196+
"HRI": {
197+
"aliases": ["HRI", "hr Info", "Hessenschau"],
198+
"uri": "rss//https://podcast.hr-online.de/der_tag_in_hessen/podcast.xm",
199+
"media_type": MediaType.NEWS,
200+
"match_types": [MediaType.NEWS,
201+
MediaType.RADIO],
202+
"image": join(dirname(__file__), "ui", "images", "HRI.png"),
203+
"playback": PlaybackType.AUDIO
195204
}
196205
},
197206
"nl": {

ui/images/HRI.png

1.99 KB
Loading

0 commit comments

Comments
 (0)