mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 07:37:34 +00:00
Add icons to WAQI (#148976)
This commit is contained in:
parent
37a154b1df
commit
0ff0902ccf
39
homeassistant/components/waqi/icons.json
Normal file
39
homeassistant/components/waqi/icons.json
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
{
|
||||||
|
"entity": {
|
||||||
|
"sensor": {
|
||||||
|
"carbon_monoxide": {
|
||||||
|
"default": "mdi:molecule-co"
|
||||||
|
},
|
||||||
|
"nitrogen_dioxide": {
|
||||||
|
"default": "mdi:molecule"
|
||||||
|
},
|
||||||
|
"ozone": {
|
||||||
|
"default": "mdi:molecule"
|
||||||
|
},
|
||||||
|
"sulphur_dioxide": {
|
||||||
|
"default": "mdi:molecule"
|
||||||
|
},
|
||||||
|
"pm10": {
|
||||||
|
"default": "mdi:molecule"
|
||||||
|
},
|
||||||
|
"pm25": {
|
||||||
|
"default": "mdi:molecule"
|
||||||
|
},
|
||||||
|
"neph": {
|
||||||
|
"default": "mdi:eye"
|
||||||
|
},
|
||||||
|
"dominant_pollutant": {
|
||||||
|
"default": "mdi:molecule",
|
||||||
|
"state": {
|
||||||
|
"co": "mdi:molecule-co",
|
||||||
|
"neph": "mdi:eye",
|
||||||
|
"no2": "mdi:molecule",
|
||||||
|
"o3": "mdi:molecule",
|
||||||
|
"so2": "mdi:molecule",
|
||||||
|
"pm10": "mdi:molecule",
|
||||||
|
"pm25": "mdi:molecule"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user