Fix bed_activity history chart of the Xiaomi Aqara vibration sensor (#26875)
parent
f5018e91b5
commit
626b61b58f
|
@ -19,6 +19,7 @@ SENSOR_TYPES = {
|
|||
"illumination": ["lm", None, DEVICE_CLASS_ILLUMINANCE],
|
||||
"lux": ["lx", None, DEVICE_CLASS_ILLUMINANCE],
|
||||
"pressure": ["hPa", None, DEVICE_CLASS_PRESSURE],
|
||||
"bed_activity": ["μm", None, None],
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue