alias: 'Tess Away' id: automation_tess_away mode: restart trigger: - platform: state entity_id: - person.kristy to: 'not_home' - platform: state entity_id: - person.tess to: 'not_home' condition: - condition: state entity_id: input_boolean.tess_home state: 'on' action: - service: input_boolean.turn_off entity_id: input_boolean.tess_home