hass-core/homeassistant/components/ipp/icons.json
Joost Lekkerkerker b70eea7fb2
Add icon translations to IPP (#111846)
* Add icon translations to IPP

* Add icon translations to IPP
2024-02-29 16:09:47 +01:00

15 lines
228 B
JSON

{
"entity": {
"sensor": {
"printer": {
"default": "mdi:printer"
},
"uptime": {
"default": "mdi:clock-outline"
},
"marker": {
"default": "mdi:water"
}
}
}
}