Fix bed_activity history chart of the Xiaomi Aqara vibration sensor (#26875)

pull/26908/head
zhumuht 2019-09-25 21:39:01 +08:00 committed by Sebastian Muszynski
parent f5018e91b5
commit 626b61b58f
1 changed files with 1 additions and 0 deletions

View File

@ -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],
}