[miio] Fix zhimi.airpurifier.vb2 channel unit (#11722)

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
This commit is contained in:
Marcel
2021-12-07 12:50:10 +01:00
committed by GitHub
parent 95a2b333dd
commit b1bdcf7686
2 changed files with 4 additions and 4 deletions

View File

@@ -1041,13 +1041,13 @@
"piid": 8,
"friendlyName": "Others - Powertime",
"channel": "powertime",
"type": "Number:duration",
"type": "Number:Time",
"unit": "seconds",
"stateDescription": {
"minimum": 0,
"maximum": 2147483647,
"step": 1,
"pattern": "%.0f",
"pattern": "%.0f %unit%",
"readOnly": true
},
"refresh": true,