core/tests/components/smhi/__init__.py

15 lines
299 B
Python
Raw Normal View History

"""Tests for the SMHI component."""
2021-05-15 18:22:32 +00:00
ENTITY_ID = "weather.smhi_test"
TEST_CONFIG = {
"name": "test",
"location": {
"longitude": "17.84197",
"latitude": "59.32624",
},
}
TEST_CONFIG_MIGRATE = {
"name": "test",
"longitude": "17.84197",
"latitude": "17.84197",
}