feat: changes to home assistant getting home
This commit is contained in:
@@ -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 = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user