Add elevation to as_dict and use unified style for quoting (#5448)

This commit is contained in:
Fabian Affolter 2017-01-20 08:55:29 +01:00 committed by Paulus Schoutsen
parent 1f6f9a1677
commit 2ed0e76e7c
2 changed files with 25 additions and 25 deletions

View file

@ -724,6 +724,7 @@ class TestConfig(unittest.TestCase):
expected = {
'latitude': None,
'longitude': None,
'elevation': None,
CONF_UNIT_SYSTEM: METRIC_SYSTEM.as_dict(),
'location_name': None,
'time_zone': 'UTC',