1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 09:38:58 +01:00
Files
core/homeassistant/components/jellyfin/icons.json
T
2026-03-17 12:17:55 +00:00

15 lines
207 B
JSON

{
"entity": {
"sensor": {
"watching": {
"default": "mdi:television-play"
}
}
},
"services": {
"play_media_shuffle": {
"service": "mdi:shuffle-variant"
}
}
}