Ich habe es bisher auf 2-3 verschiedenen Arten probiert aber das Licht wird immer nach klick auf Ausführen (zum Testen) eingeschaltet.
alias: Dirk betritt Home Licht TEST
description: ""
trigger:
- platform: zone
entity_id: device_tracker.s23_dirk
zone: zone.home
event: enter
condition:
- condition: and
conditions:
- condition: state
entity_id: sun.sun
state: below_horizon
action:
- type: turn_on
device_id: 0f7a36842612d7bf51a57a69559848f8
entity_id: c8ce7f6ab4479bf13876e9ab18ef1d35
domain: switch
- type: turn_on
device_id: 8f6bc87affb28fe47749e18d08070ee5
entity_id: f26de10d068bdb6997c91ca6bef72146
domain: switch
mode: single
alias: Licht Steuerung
description: ""
trigger:
- platform: state
entity_id:
- device_tracker.s23_von_dirk
from: not_home
to: home
condition:
- condition: or
conditions:
- condition: sun
before: sunrise
- condition: sun
after: sunset
action:
- type: turn_on
device_id: 0f7a36842612d7bf51a57a69559848f8
entity_id: c8ce7f6ab4479bf13876e9ab18ef1d35
domain: switch
mode: single
Bin Anfänger und weiß nun nicht wirklich weiter.
Gruß DIrk