changes for home assistang, add browsers to nb

This commit is contained in:
2023-12-14 18:01:46 +01:00
parent 3b207db752
commit 8b20f2b13c
8 changed files with 86 additions and 39 deletions

View File

@@ -128,6 +128,21 @@
}
];
}
{
conditions = [ "{{ state_attr('sun.sun', 'elevation') < 5 and trigger.entity_id == 'light.kitchen_lights' }}" ];
sequence = [
{
service = "light.turn_on";
target = {
entity_id = "light.kitchen_lights";
};
data = {
brightness_pct = 30;
color_temp = 450;
};
}
];
}
{
conditions = [ "{{ state_attr('sun.sun', 'elevation') < 5 and state_attr(trigger.entity_id, 'is_deconz_group') != None }}" ];
sequence = [