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:
committed by
Paulus Schoutsen
parent
1f6f9a1677
commit
2ed0e76e7c
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user