1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

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',