Config: Move lat/long/timezone from prediction to general

This commit is contained in:
Dominique Lasserre
2025-01-20 22:58:59 +01:00
parent 1658b491d2
commit c1dd31528b
19 changed files with 297 additions and 316 deletions

View File

@@ -27,7 +27,7 @@ def provider(config_eos):
"weather": {
"provider": "ClearOutside",
},
"prediction": {
"general": {
"latitude": 50.0,
"longitude": 10.0,
},
@@ -87,7 +87,7 @@ def test_invalid_coordinates(provider, config_eos):
"weather": {
"provider": "ClearOutside",
},
"prediction": {
"general": {
"latitude": 1000.0,
"longitude": 1000.0,
},