mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 10:47:10 +00:00
Fix bed_activity history chart of the Xiaomi Aqara vibration sensor (#26875)
This commit is contained in:
parent
f5018e91b5
commit
626b61b58f
@ -19,6 +19,7 @@ SENSOR_TYPES = {
|
|||||||
"illumination": ["lm", None, DEVICE_CLASS_ILLUMINANCE],
|
"illumination": ["lm", None, DEVICE_CLASS_ILLUMINANCE],
|
||||||
"lux": ["lx", None, DEVICE_CLASS_ILLUMINANCE],
|
"lux": ["lx", None, DEVICE_CLASS_ILLUMINANCE],
|
||||||
"pressure": ["hPa", None, DEVICE_CLASS_PRESSURE],
|
"pressure": ["hPa", None, DEVICE_CLASS_PRESSURE],
|
||||||
|
"bed_activity": ["μm", None, None],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user