1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 13:38:04 +00:00
Files
core/homeassistant/components/plex/icons.json
2024-03-05 09:20:00 +01:00

14 lines
204 B
JSON

{
"entity": {
"sensor": {
"plex": {
"default": "mdi:plex"
}
}
},
"services": {
"refresh_library": "mdi:refresh",
"scan_for_clients": "mdi:database-refresh"
}
}