fixed uptime sensor #64

This commit is contained in:
tomaae 2020-12-13 02:47:03 +01:00
parent 7b137c0902
commit 77fd3889ff
2 changed files with 13 additions and 10 deletions

View file

@ -49,7 +49,7 @@ SENSOR_TYPES = {
ATTR_DEVICE_CLASS: None,
ATTR_ICON: "mdi:clock-outline",
ATTR_LABEL: "Uptime",
ATTR_UNIT: "s",
ATTR_UNIT: "h",
ATTR_GROUP: "System",
ATTR_PATH: "resource",
ATTR_ATTR: "uptime",