mirror of
https://github.com/home-assistant/core.git
synced 2025-11-15 22:10:09 +00:00
Fix unit of measurement
* Add version check in unit_of_measurement, to avoid error. * Remove not needed metric check in unit_of_measurement. * Add more value types to unit_of_measurement. * Fix unit prefix * Remove unused SCAN_INTERVAL variable.
This commit is contained in:
@@ -58,7 +58,6 @@ ATTR_CHILD_ID = 'child_id'
|
||||
ATTR_PORT = 'port'
|
||||
|
||||
GATEWAYS = None
|
||||
SCAN_INTERVAL = 30
|
||||
|
||||
DISCOVER_SENSORS = "mysensors.sensors"
|
||||
DISCOVER_SWITCHES = "mysensors.switches"
|
||||
|
||||
Reference in New Issue
Block a user