Skip to content

Commit

Permalink
default units imperial
Browse files Browse the repository at this point in the history
  • Loading branch information
rsnodgrass committed Jan 20, 2021
1 parent 176cc6d commit c3c4b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/sensorpush/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
vol.Required(CONF_PASSWORD): cv.string,
vol.Optional(CONF_SCAN_INTERVAL, default=60):
vol.All(vol.Coerce(int), vol.Range(min=MIN_SCAN_INTERVAL_IN_SECONDS)),
vol.Optional(CONF_UNIT_SYSTEM, default=UNIT_SYSTEM_METRIC):
vol.Optional(CONF_UNIT_SYSTEM, default=UNIT_SYSTEM_IMPERIAL):
vol.In( UNIT_SYSTEMS.keys() ),
vol.Optional(CONF_MAXIMUM_AGE, default=60): cv.positive_int
})
Expand Down

0 comments on commit c3c4b4e

Please sign in to comment.