mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 11:00:14 -04:00
60 lines
1.5 KiB
YAML
60 lines
1.5 KiB
YAML
alias: Clint Home
|
|
id: automation_clint_home
|
|
mode: restart
|
|
#description:
|
|
|
|
trigger:
|
|
- platform: state
|
|
entity_id:
|
|
- device_tracker.pixel_7
|
|
- person.clint
|
|
- group.person_clint
|
|
- device_tracker.pixel_7_wifi
|
|
to: 'home'
|
|
|
|
- platform: state
|
|
id: car_home
|
|
entity_id:
|
|
- binary_sensor.gray_suv_east_side
|
|
- binary_sensor.gray_suv_west_side
|
|
from: 'off'
|
|
to: 'on'
|
|
|
|
- platform: homeassistant
|
|
event: start
|
|
|
|
action:
|
|
- choose:
|
|
- conditions:
|
|
- condition: or
|
|
conditions:
|
|
- condition: numeric_state
|
|
entity_id: group.person_clint
|
|
above: 0
|
|
value_template: "{{ dict((states|selectattr('entity_id', 'in', state_attr('group.person_clint', 'entity_id'))|list)|groupby('state'))['home']|count }}"
|
|
- condition: state
|
|
entity_id: sensor.pixel_7_wifi_connection
|
|
state: 'DreamWeaver'
|
|
- condition: state
|
|
entity_id: sensor.pixel_7_wifi_connection
|
|
state: 'DreamIoT-2G'
|
|
- condition: state
|
|
entity_id: sensor.pixel_7_wifi_connection
|
|
state: 'pozfam'
|
|
- condition: state
|
|
entity_id: sensor.pixel_7_wifi_connection
|
|
state: 'pozfam-2.4G'
|
|
- condition: trigger
|
|
id: "car_home"
|
|
sequence:
|
|
- service: input_boolean.turn_off
|
|
entity_id: input_boolean.clint_travelling
|
|
- service: input_boolean.turn_on
|
|
entity_id: input_boolean.clint_home
|
|
- service: automation.turn_on
|
|
entity_id: automation.clint_at_work
|
|
|
|
- delay: '00:00:30'
|
|
|
|
|