mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-27 23:06:52 +01:00
4 lines
148 B
Python
4 lines
148 B
Python
"""Tests for the SMHI component."""
|
|
ENTITY_ID = "weather.smhi_test"
|
|
TEST_CONFIG = {"name": "test", "longitude": "17.84197", "latitude": "59.32624"}
|