Add icon translations to Hydrawise (#111810)
parent
3d987a9190
commit
fd9e9ebf50
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"entity": {
|
||||
"sensor": {
|
||||
"watering_time": {
|
||||
"default": "mdi:water-pump"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -33,7 +33,6 @@ SENSOR_TYPES: tuple[SensorEntityDescription, ...] = (
|
|||
SensorEntityDescription(
|
||||
key="watering_time",
|
||||
translation_key="watering_time",
|
||||
icon="mdi:water-pump",
|
||||
native_unit_of_measurement=UnitOfTime.MINUTES,
|
||||
),
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue