dovado: GiB -> GB ()

pull/5924/merge
Erik Eriksson 2017-02-22 00:54:20 +01:00 committed by Adam Mills
parent 10fb30e924
commit 15e8a22100
1 changed files with 2 additions and 2 deletions
homeassistant/components/sensor

View File

@ -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"),
}