Skip to content
Snippets Groups Projects
Unverified Commit 6e5d1473 authored by Joost Lekkerkerker's avatar Joost Lekkerkerker Committed by GitHub
Browse files

Add icons translations for airvisual (#111318)

* Add icons translations for airvisual

* Add icon translations to airvisual
parent d004011d
No related branches found
No related tags found
No related merge requests found
{
"entity": {
"sensor": {
"pollutant_level": {
"default": "mdi:gauge"
},
"pollutant_label": {
"default": "mdi:chemical-weapon"
}
}
}
}
...@@ -42,7 +42,6 @@ GEOGRAPHY_SENSOR_DESCRIPTIONS = ( ...@@ -42,7 +42,6 @@ GEOGRAPHY_SENSOR_DESCRIPTIONS = (
SensorEntityDescription( SensorEntityDescription(
key=SENSOR_KIND_LEVEL, key=SENSOR_KIND_LEVEL,
name="Air pollution level", name="Air pollution level",
icon="mdi:gauge",
device_class=SensorDeviceClass.ENUM, device_class=SensorDeviceClass.ENUM,
options=[ options=[
"good", "good",
...@@ -63,7 +62,6 @@ GEOGRAPHY_SENSOR_DESCRIPTIONS = ( ...@@ -63,7 +62,6 @@ GEOGRAPHY_SENSOR_DESCRIPTIONS = (
SensorEntityDescription( SensorEntityDescription(
key=SENSOR_KIND_POLLUTANT, key=SENSOR_KIND_POLLUTANT,
name="Main pollutant", name="Main pollutant",
icon="mdi:chemical-weapon",
device_class=SensorDeviceClass.ENUM, device_class=SensorDeviceClass.ENUM,
options=["co", "n2", "o3", "p1", "p2", "s2"], options=["co", "n2", "o3", "p1", "p2", "s2"],
translation_key="pollutant_label", translation_key="pollutant_label",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment