hass-core/homeassistant/components/airvisual/icons.json
Joost Lekkerkerker 6e5d14737e
Add icons translations for airvisual (#111318)
* Add icons translations for airvisual

* Add icon translations to airvisual
2024-02-25 08:27:29 +01:00

12 lines
187 B
JSON

{
"entity": {
"sensor": {
"pollutant_level": {
"default": "mdi:gauge"
},
"pollutant_label": {
"default": "mdi:chemical-weapon"
}
}
}
}