changes to home assistant, docker images, rustdesk relay

This commit is contained in:
2024-02-28 23:38:15 +01:00
parent 8650c3f6ee
commit c9e4ab6af0
15 changed files with 292 additions and 199 deletions

View File

@@ -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";
}
];
}
];