core/tests/components/tradfri/__init__.py

7 lines
183 B
Python

"""Tests for the tradfri component."""
GATEWAY_ID = "mock-gateway-id"
GATEWAY_ID1 = "mockgatewayid1"
GATEWAY_ID2 = "mockgatewayid2"
TRADFRI_PATH = "homeassistant.components.tradfri"