cluster/containers/home-assistant/automations/bathroom_light/on.nix
Magic_RB 9b8ef12c05
Home Assistant changes
Signed-off-by: Magic_RB <magic_rb@redalder.org>
2023-05-23 11:17:57 +02:00

25 lines
468 B
Nix

{
alias = "Light On";
description = "";
id = "1330a1c7-3f3f-488e-8aba-aea8937236ce";
trigger = [{
device_id = "bf6aed0be7735065cddf5a0c11629661";
discovery_id = "0x540f57fffe3c601d action_on";
domain = "mqtt";
platform = "device";
subtype = "on";
type = "action";
}];
condition = [ ];
action = [{
data = { };
service = "light.turn_on";
target = { entity_id = "light.bathroom_lights"; };
}];
mode = "single";
}