blue_room to boys_room

This commit is contained in:
CeeWeasel
2025-10-10 20:24:52 -04:00
parent 10e297961b
commit 5b688e7c78
382 changed files with 8674 additions and 8739 deletions
@@ -1,4 +1,4 @@
alias: 'Marshall Home'
alias: "Marshall Home"
id: automation_marshall_home
mode: restart
@@ -10,25 +10,25 @@ trigger:
entity_id:
- group.person_marshall
- device_tracker.nmap_tracker_fe_cf_82_b2_22_e0
to: 'home'
to: "home"
- platform: event
event_type: automation_reloaded
condition:
- alias: 'They were previously considered away'
- alias: "They were previously considered away"
condition: state
entity_id: input_boolean.marshall_home
state: 'off'
state: "off"
- alias: 'At least one tracker is home'
- alias: "At least one tracker is home"
condition: numeric_state
entity_id: group.person_marshall
above: 0
value_template: "{{ dict((states|selectattr('entity_id', 'in', state_attr('group.person_marshall', 'entity_id'))|list)|groupby('state'))['home']|count }}"
action:
- service: input_boolean.turn_off
- action: input_boolean.turn_off
entity_id: input_boolean.marshall_travelling
- service: input_boolean.turn_on
entity_id: input_boolean.marshall_home
- action: input_boolean.turn_on
entity_id: input_boolean.marshall_home