Restructure public config and deployment
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
from ha_deconz_bridge.automation import RemoteSpec
|
||||
|
||||
|
||||
REMOTES = {
|
||||
"example_sensor_1": RemoteSpec(
|
||||
sensor_id="example_sensor_1",
|
||||
remote_id="example_living_remote",
|
||||
name="Living room remote",
|
||||
model="RWL021",
|
||||
),
|
||||
"example_sensor_2": RemoteSpec(
|
||||
sensor_id="example_sensor_2",
|
||||
remote_id="example_kitchen_remote",
|
||||
name="Kitchen remote",
|
||||
model="RWL021",
|
||||
),
|
||||
}
|
||||
Reference in New Issue
Block a user