Skip to content
This repository has been archived by the owner on Mar 2, 2018. It is now read-only.

Commit

Permalink
Correct unit of measurement
Browse files Browse the repository at this point in the history
  • Loading branch information
robmarkcole committed Jan 22, 2018
1 parent b718105 commit 2e0401b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/sensor/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def __init__(self, path):
self._size = None
self._name = "Database_sensor"
self._attributes = {}
self._unit_of_measurement = 'MiB'
self._unit_of_measurement = 'MB'
self.update()

def update(self):
Expand Down

0 comments on commit 2e0401b

Please sign in to comment.