mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +00:00
15 lines
280 B
Python
15 lines
280 B
Python
"""Tests for the SMHI component."""
|
|
|
|
ENTITY_ID = "weather.smhi_test"
|
|
TEST_CONFIG = {
|
|
"location": {
|
|
"longitude": "17.84197",
|
|
"latitude": "59.32624",
|
|
},
|
|
}
|
|
TEST_CONFIG_MIGRATE = {
|
|
"name": "test",
|
|
"longitude": "17.84197",
|
|
"latitude": "59.32624",
|
|
}
|