dotfiles/nixng/containers/home-assistant/configs/automations/bathroom_light/on.nix
magic_rb aff0158ef7
Reformat the whole flake using alejandra
Signed-off-by: magic_rb <magic_rb@redalder.org>
2024-03-02 22:17:03 +01:00

29 lines
502 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";
}