feat: changes to home assistant getting home
This commit is contained in:
parent
eba36f9d56
commit
190c2ee5c5
4 changed files with 39 additions and 20 deletions
|
|
@ -23,12 +23,10 @@
|
|||
"automation arrive home power" = {
|
||||
alias = "arrive home power";
|
||||
trigger = {
|
||||
platform = "state";
|
||||
entity_id = [
|
||||
"device_tracker.dominiks_iphone"
|
||||
];
|
||||
from = "not_home";
|
||||
to = "home";
|
||||
platform = "zone";
|
||||
entity_id = "person.dominik";
|
||||
zone = "zone.home";
|
||||
event = "enter";
|
||||
};
|
||||
action = [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue