mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 04:37:06 +00:00
dovado: GiB -> GB (#6143)
This commit is contained in:
parent
10fb30e924
commit
15e8a22100
@ -39,9 +39,9 @@ SENSORS = {
|
|||||||
"mdi:signal"),
|
"mdi:signal"),
|
||||||
SENSOR_SMS_UNREAD: ("sms unread", "SMS unread", "",
|
SENSOR_SMS_UNREAD: ("sms unread", "SMS unread", "",
|
||||||
"mdi:message-text-outline"),
|
"mdi:message-text-outline"),
|
||||||
SENSOR_UPLOAD: ("traffic modem tx", "Sent", "GiB",
|
SENSOR_UPLOAD: ("traffic modem tx", "Sent", "GB",
|
||||||
"mdi:cloud-upload"),
|
"mdi:cloud-upload"),
|
||||||
SENSOR_DOWNLOAD: ("traffic modem rx", "Received", "GiB",
|
SENSOR_DOWNLOAD: ("traffic modem rx", "Received", "GB",
|
||||||
"mdi:cloud-download"),
|
"mdi:cloud-download"),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user