forked from home-assistant/core
Add missing tilt icon to Shelly tilt sensor (#46993)
This commit is contained in:
@@ -149,7 +149,11 @@ SENSORS = {
|
||||
unit=LIGHT_LUX,
|
||||
device_class=sensor.DEVICE_CLASS_ILLUMINANCE,
|
||||
),
|
||||
("sensor", "tilt"): BlockAttributeDescription(name="Tilt", unit=DEGREE),
|
||||
("sensor", "tilt"): BlockAttributeDescription(
|
||||
name="Tilt",
|
||||
unit=DEGREE,
|
||||
icon="mdi:angle-acute",
|
||||
),
|
||||
("relay", "totalWorkTime"): BlockAttributeDescription(
|
||||
name="Lamp life",
|
||||
unit=PERCENTAGE,
|
||||
|
||||
Reference in New Issue
Block a user