device tracker network
This commit is contained in:
		@@ -1,11 +1,10 @@
 | 
			
		||||
automation:
 | 
			
		||||
  - alias: light_still_on_notification
 | 
			
		||||
  - alias: light_still_on_still_needed_notify
 | 
			
		||||
    mode: single
 | 
			
		||||
    trigger:
 | 
			
		||||
      - platform: state
 | 
			
		||||
        entity_id:
 | 
			
		||||
          - light.all_lights
 | 
			
		||||
        from: "off"
 | 
			
		||||
        to: "on"
 | 
			
		||||
        for:
 | 
			
		||||
          hours: 0
 | 
			
		||||
@@ -25,15 +24,42 @@ automation:
 | 
			
		||||
          message: "Lights are still on."
 | 
			
		||||
          data:
 | 
			
		||||
            actions:
 | 
			
		||||
              - action: "LIGHT_TURN_OFF"
 | 
			
		||||
              - action: "LIGHTTURNOFF"
 | 
			
		||||
                title: Turn them off
 | 
			
		||||
                icon: "sfsymbols:lightbulb"
 | 
			
		||||
 | 
			
		||||
  - alias: light_still_on_iphone_offline_notify
 | 
			
		||||
    mode: single
 | 
			
		||||
    trigger:
 | 
			
		||||
      - platform: state
 | 
			
		||||
        entity_id:
 | 
			
		||||
          - device_tracker.pfsense_kais_iphone_wnsrt_de
 | 
			
		||||
        to: not_home
 | 
			
		||||
        for:
 | 
			
		||||
          hours: 0
 | 
			
		||||
          minutes: 2
 | 
			
		||||
          seconds: 0
 | 
			
		||||
    condition:
 | 
			
		||||
      - condition: state
 | 
			
		||||
        entity_id: light.all_lights
 | 
			
		||||
        state: "on"
 | 
			
		||||
    action:
 | 
			
		||||
      - service: notify.mobile_app_iphone
 | 
			
		||||
        data:
 | 
			
		||||
          message: "Lights are still on."
 | 
			
		||||
          data:
 | 
			
		||||
            actions:
 | 
			
		||||
              - action: "LIGHTTURNOFF"
 | 
			
		||||
                title: Turn them off
 | 
			
		||||
                icon: "sfsymbols:lightbulb"
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
  - alias: light_still_on_notification_event
 | 
			
		||||
    trigger:
 | 
			
		||||
      - platform: event
 | 
			
		||||
        event_type: mobile_app_notification_action
 | 
			
		||||
        event_data:
 | 
			
		||||
          action: "LIGHT_TURN_OFF"
 | 
			
		||||
          action: "LIGHTTURNOFF"
 | 
			
		||||
    action:
 | 
			
		||||
      - service: light.turn_off
 | 
			
		||||
        target:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user