hass-core/homeassistant/components/roku/icons.json
Joost Lekkerkerker b34302e51b
Add icon translations to Roku (#112214)
* Add icon translations to Roku

* Add icon translations to Roku

* Fix

* Fix
2024-03-13 19:06:16 +01:00

37 lines
716 B
JSON

{
"entity": {
"binary_sensor": {
"headphones_connected": {
"default": "mdi:headphones"
},
"supports_airplay": {
"default": "mdi:cast-variant"
},
"supports_ethernet": {
"default": "mdi:ethernet"
},
"supports_find_remote": {
"default": "mdi:remote"
}
},
"select": {
"application": {
"default": "mdi:application"
},
"channel": {
"default": "mdi:television"
}
},
"sensor": {
"active_app": {
"default": "mdi:application"
},
"active_app_id": {
"default": "mdi:application-cog"
}
}
},
"services": {
"search": "mdi:magnify"
}
}