10 lines
257 B
Python
10 lines
257 B
Python
from ha_deconz_bridge.settings import Settings
|
|
|
|
from configs.example_actions import AUTOMATIONS
|
|
from configs.example_groups import GROUPS
|
|
from configs.example_lights import LIGHTS
|
|
from configs.example_remotes import REMOTES
|
|
|
|
|
|
SETTINGS = Settings.from_env()
|