hass-core/homeassistant/components/linkplay/icons.json
Simon Lamon b1698bc0d5
Allow to play a LinkPlay preset (#125204)
* Allow to play a linkplay preset

* Make it an entity service

* Fixes

* PR feedback

* Rename more
2024-09-11 12:54:12 +02:00

7 lines
91 B
JSON

{
"services": {
"play_preset": {
"service": "mdi:play-box-outline"
}
}
}