Add service icons to Logger (#113325)

* Add service icons to Logger

* Update homeassistant/components/logger/icons.json

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

---------

Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com>
This commit is contained in:
Joost Lekkerkerker 2024-03-14 13:52:45 +01:00 committed by GitHub
parent a3a1647256
commit 43d4f10582
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,6 @@
{
"services": {
"set_default_level": "mdi:cog-outline",
"set_level": "mdi:cog-outline"
}
}