hass-core/tests/components/smhi/__init__.py
2021-05-15 20:22:32 +02:00

3 lines
148 B
Python

"""Tests for the SMHI component."""
ENTITY_ID = "weather.smhi_test"
TEST_CONFIG = {"name": "test", "longitude": "17.84197", "latitude": "59.32624"}