changes to home assistant, docker images, rustdesk relay
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
action = {
|
||||
service_template = "switch.turn_on";
|
||||
data_template = {
|
||||
entity_id = "switch.coffee_switch";
|
||||
entity_id = "switch.coffee";
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -49,6 +49,10 @@
|
||||
service = "light.turn_on";
|
||||
entity_id = "light.bedroom_bed";
|
||||
}
|
||||
{
|
||||
service = "switch.turn_off";
|
||||
entity_id = "switch.coffee";
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user