Add service icons to Channels (#113284)

* Add service icons to Channels

* Update homeassistant/components/channels/icons.json

Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com>

---------

Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com>
pull/113440/head
Joost Lekkerkerker 2024-03-14 13:56:02 +01:00 committed by GitHub
parent 645e780445
commit 09be817f76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
{
"services": {
"seek_forward": "mdi:skip-forward",
"seek_backward": "mdi:skip-backward",
"seek_by": "mdi:timer-check-outline"
}
}