mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 22:25:13 +02:00
Fix bed_activity history chart of the Xiaomi Aqara vibration sensor (#26875)
This commit is contained in:
committed by
Sebastian Muszynski
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],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user