changes to home assistant, docker images, rustdesk relay
This commit is contained in:
parent
8650c3f6ee
commit
c9e4ab6af0
15 changed files with 292 additions and 199 deletions
|
|
@ -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";
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue