dovado: GiB -> GB (#6143)
parent
10fb30e924
commit
15e8a22100
homeassistant/components/sensor
|
@ -39,9 +39,9 @@ SENSORS = {
|
|||
"mdi:signal"),
|
||||
SENSOR_SMS_UNREAD: ("sms unread", "SMS unread", "",
|
||||
"mdi:message-text-outline"),
|
||||
SENSOR_UPLOAD: ("traffic modem tx", "Sent", "GiB",
|
||||
SENSOR_UPLOAD: ("traffic modem tx", "Sent", "GB",
|
||||
"mdi:cloud-upload"),
|
||||
SENSOR_DOWNLOAD: ("traffic modem rx", "Received", "GiB",
|
||||
SENSOR_DOWNLOAD: ("traffic modem rx", "Received", "GB",
|
||||
"mdi:cloud-download"),
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue