mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 00:03:16 +01:00
22 lines
318 B
JSON
22 lines
318 B
JSON
{
|
|
"entity": {
|
|
"sensor": {
|
|
"aqi": {
|
|
"default": "mdi:blur"
|
|
},
|
|
"o3": {
|
|
"default": "mdi:blur"
|
|
},
|
|
"pm10": {
|
|
"default": "mdi:blur"
|
|
},
|
|
"pm25": {
|
|
"default": "mdi:blur"
|
|
},
|
|
"station": {
|
|
"default": "mdi:blur"
|
|
}
|
|
}
|
|
}
|
|
}
|