mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Add icon translations to awair (#108408)
This commit is contained in:
parent
300b4f161c
commit
2f227677b6
9
homeassistant/components/awair/icons.json
Normal file
9
homeassistant/components/awair/icons.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"entity": {
|
||||||
|
"sensor": {
|
||||||
|
"score": {
|
||||||
|
"default": "mdi:blur"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -64,7 +64,6 @@ class AwairSensorEntityDescription(SensorEntityDescription, AwairRequiredKeysMix
|
|||||||
|
|
||||||
SENSOR_TYPE_SCORE = AwairSensorEntityDescription(
|
SENSOR_TYPE_SCORE = AwairSensorEntityDescription(
|
||||||
key=API_SCORE,
|
key=API_SCORE,
|
||||||
icon="mdi:blur",
|
|
||||||
native_unit_of_measurement=PERCENTAGE,
|
native_unit_of_measurement=PERCENTAGE,
|
||||||
translation_key="score",
|
translation_key="score",
|
||||||
unique_id_tag="score", # matches legacy format
|
unique_id_tag="score", # matches legacy format
|
||||||
@ -96,7 +95,6 @@ SENSOR_TYPES: tuple[AwairSensorEntityDescription, ...] = (
|
|||||||
),
|
),
|
||||||
AwairSensorEntityDescription(
|
AwairSensorEntityDescription(
|
||||||
key=API_VOC,
|
key=API_VOC,
|
||||||
icon="mdi:molecule",
|
|
||||||
device_class=SensorDeviceClass.VOLATILE_ORGANIC_COMPOUNDS_PARTS,
|
device_class=SensorDeviceClass.VOLATILE_ORGANIC_COMPOUNDS_PARTS,
|
||||||
native_unit_of_measurement=CONCENTRATION_PARTS_PER_BILLION,
|
native_unit_of_measurement=CONCENTRATION_PARTS_PER_BILLION,
|
||||||
unique_id_tag="VOC", # matches legacy format
|
unique_id_tag="VOC", # matches legacy format
|
||||||
|
Loading…
x
Reference in New Issue
Block a user