mirror of
https://github.com/home-assistant/core.git
synced 2026-03-01 06:16:29 +00:00
5 lines
121 B
Python
5 lines
121 B
Python
"""Tests for the tradfri component."""
|
|
|
|
GATEWAY_ID = "mock-gateway-id"
|
|
TRADFRI_PATH = "homeassistant.components.tradfri"
|