mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 10:30:14 -04:00
14 lines
319 B
YAML
14 lines
319 B
YAML
alias: Clint at Work
|
|
id: automation_clint_at_work
|
|
trigger:
|
|
platform: state
|
|
entity_id: device_tracker.pixel_7
|
|
to: 'AGH'
|
|
action:
|
|
- service: automation.turn_on
|
|
entity_id: automation.clint_home_after_work
|
|
- service: input_text.set_value
|
|
data:
|
|
entity_id: input_text.person_clint
|
|
value: at work
|