feat: changes to home assistant getting home

This commit is contained in:
2026-01-30 08:59:36 +01:00
parent eba36f9d56
commit 190c2ee5c5
4 changed files with 39 additions and 20 deletions

View File

@@ -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 = [
{