1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-30 05:31:11 +01:00
Files
core/homeassistant/components/russound_rio/icons.json
Noah Husby 35f310748e Add switch entity to Russound RIO (#147323)
* Add switch entity to Russound RIO

* Add switch snapshot
2025-06-23 10:42:36 +02:00

13 lines
173 B
JSON

{
"entity": {
"switch": {
"loudness": {
"default": "mdi:volume-high",
"state": {
"off": "mdi:volume-low"
}
}
}
}
}