Add elevation to as_dict and use unified style for quoting (#5448)
This commit is contained in:
parent
1f6f9a1677
commit
2ed0e76e7c
2 changed files with 25 additions and 25 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue