Compare commits
2 Commits
4fc4657197
...
9595723762
| Author | SHA1 | Date | |
|---|---|---|---|
| 9595723762 | |||
| cf52096d82 |
@@ -122,6 +122,7 @@ input_datetime: !include_dir_merge_named include/input/datetime/
|
||||
input_number: !include_dir_merge_named include/input/number/
|
||||
input_select: !include_dir_merge_named include/input/select/
|
||||
input_boolean: !include_dir_merge_named include/input/boolean/
|
||||
input_text: !include_dir_merge_named include/input/text/
|
||||
light: !include_dir_merge_list include/lights/
|
||||
panel_iframe: !include_dir_merge_named include/panels/
|
||||
script: !include_dir_merge_named include/scripts/
|
||||
|
||||
@@ -75,5 +75,5 @@ sections:
|
||||
name: Daniel
|
||||
- entity: device_tracker.annes_iphone_xs_4
|
||||
name: Anne
|
||||
- entity: device_tracker.clausiphone
|
||||
- entity: device_tracker.claus_iphone_15pro
|
||||
name: Claus
|
||||
|
||||
@@ -24,5 +24,5 @@ sections:
|
||||
name: Daniel
|
||||
- entity: device_tracker.annes_iphone_xs_4
|
||||
name: Anne
|
||||
- entity: device_tracker.clausiphone
|
||||
- entity: device_tracker.claus_iphone_15pro
|
||||
name: Claus
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
entity_id: binary_sensor.indkorsel_sensor_motion
|
||||
to: 'on'
|
||||
action:
|
||||
- service: notify.mobile_app_clausiphone15
|
||||
- service: notify.mobile_app_claus_iphone_15pro
|
||||
data:
|
||||
message: "Der er nogen i indkørslen"
|
||||
# - service: script.sonos_say
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
entity_id: binary_sensor.family_presence
|
||||
state: "off"
|
||||
action:
|
||||
- service: notify.mobile_app_clausiphone15
|
||||
- service: notify.mobile_app_claus_iphone_15pro
|
||||
data:
|
||||
message: >-
|
||||
Der er nogen i huset.
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
- condition: template
|
||||
value_template: '{{ trigger.payload_json.event == "S" }}'
|
||||
sequence:
|
||||
- service: notify.mobile_app_clausiphone15
|
||||
- service: notify.mobile_app_claus_iphone_15pro
|
||||
data:
|
||||
message: Det ringer på bagdøren old
|
||||
- service: notify.mobile_app_annes_iphone_14_pro
|
||||
@@ -171,7 +171,7 @@
|
||||
- condition: template
|
||||
value_template: '{{ trigger.payload_json.event == "SS" }}'
|
||||
sequence:
|
||||
- service: notify.mobile_app_clausiphone15
|
||||
- service: notify.mobile_app_claus_iphone_15pro
|
||||
data:
|
||||
message: Det ringer på bagdøren - doublepress
|
||||
- service: notify.mobile_app_annes_iphone_14_pro
|
||||
@@ -257,7 +257,7 @@
|
||||
- condition: template
|
||||
value_template: '{{ trigger.payload_json.event == "SSS" }}'
|
||||
sequence:
|
||||
- service: notify.mobile_app_clausiphone15
|
||||
- service: notify.mobile_app_claus_iphone_15pro
|
||||
data:
|
||||
message: Det ringer på bagdøren - triple-press
|
||||
- service: notify.mobile_app_annes_iphone_14_pro
|
||||
@@ -343,7 +343,7 @@
|
||||
- condition: template
|
||||
value_template: '{{ trigger.payload_json.event == "L" }}'
|
||||
sequence:
|
||||
- service: notify.mobile_app_clausiphone15
|
||||
- service: notify.mobile_app_claus_iphone_15pro
|
||||
data:
|
||||
message: Det ringer på bagdøren - long-press
|
||||
- service: notify.mobile_app_annes_iphone_14_pro
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
- condition: template
|
||||
value_template: '{{ trigger.payload_json.event == "SS" }}'
|
||||
sequence:
|
||||
- service: notify.mobile_app_clausiphone15
|
||||
- service: notify.mobile_app_claus_iphone_15pro
|
||||
data:
|
||||
message: Det ringer på bagdøren (2) - doublepress
|
||||
- service: notify.mobile_app_annes_iphone_14_pro
|
||||
@@ -153,7 +153,7 @@
|
||||
- condition: template
|
||||
value_template: '{{ trigger.payload_json.event == "SSS" }}'
|
||||
sequence:
|
||||
- service: notify.mobile_app_clausiphone15
|
||||
- service: notify.mobile_app_claus_iphone_15pro
|
||||
data:
|
||||
message: Det ringer på bagdøren (2) - triple-press
|
||||
- service: notify.mobile_app_annes_iphone_14_pro
|
||||
@@ -239,7 +239,7 @@
|
||||
- condition: template
|
||||
value_template: '{{ trigger.payload_json.event == "L" }}'
|
||||
sequence:
|
||||
- service: notify.mobile_app_clausiphone15
|
||||
- service: notify.mobile_app_claus_iphone_15pro
|
||||
data:
|
||||
message: Det ringer på bagdøren (2) - long-press
|
||||
- service: notify.mobile_app_annes_iphone_14_pro
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
- condition: template
|
||||
value_template: '{{ trigger.payload_json.event == "S" }}'
|
||||
sequence:
|
||||
- service: notify.mobile_app_clausiphone15
|
||||
- service: notify.mobile_app_claus_iphone_15pro
|
||||
data:
|
||||
message: Det ringer på fordøren
|
||||
- service: notify.mobile_app_annes_iphone_14_pro
|
||||
@@ -131,7 +131,7 @@
|
||||
- condition: template
|
||||
value_template: '{{ trigger.payload_json.event == "SS" }}'
|
||||
sequence:
|
||||
- service: notify.mobile_app_clausiphone15
|
||||
- service: notify.mobile_app_claus_iphone_15pro
|
||||
data:
|
||||
message: Det ringer på fordøren - doublepress
|
||||
- service: notify.mobile_app_annes_iphone_14_pro
|
||||
@@ -217,7 +217,7 @@
|
||||
- condition: template
|
||||
value_template: '{{ trigger.payload_json.event == "SSS" }}'
|
||||
sequence:
|
||||
- service: notify.mobile_app_clausiphone15
|
||||
- service: notify.mobile_app_claus_iphone_15pro
|
||||
data:
|
||||
message: Det ringer på fordøren - triple-press
|
||||
- service: notify.mobile_app_annes_iphone_14_pro
|
||||
@@ -303,7 +303,7 @@
|
||||
- condition: template
|
||||
value_template: '{{ trigger.payload_json.event == "L" }}'
|
||||
sequence:
|
||||
- service: notify.mobile_app_clausiphone15
|
||||
- service: notify.mobile_app_claus_iphone_15pro
|
||||
data:
|
||||
message: Det ringer på fordøren - long-press
|
||||
- service: notify.mobile_app_annes_iphone_14_pro
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
|
||||
sequence:
|
||||
|
||||
- service: notify.mobile_app_clausiphone15
|
||||
- service: notify.mobile_app_claus_iphone_15pro
|
||||
data:
|
||||
title: "Garageport"
|
||||
message: "Garageporten er åben. Skal garageporten lukkes?"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
to: 'home'
|
||||
|
||||
action:
|
||||
service: notify.mobile_app_clausiphone15
|
||||
service: notify.mobile_app_claus_iphone_15pro
|
||||
data:
|
||||
message: 'Mor kommer hjem'
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
to: 'home'
|
||||
|
||||
action:
|
||||
service: notify.mobile_app_clausiphone15
|
||||
service: notify.mobile_app_claus_iphone_15pro
|
||||
data:
|
||||
message: 'Daniel kommer hjem'
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
to: 'home'
|
||||
|
||||
action:
|
||||
service: notify.mobile_app_clausiphone15
|
||||
service: notify.mobile_app_claus_iphone_15pro
|
||||
data:
|
||||
message: 'Andreas kommer hjem'
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
to: 'Skole'
|
||||
|
||||
action:
|
||||
service: notify.mobile_app_clausiphone15
|
||||
service: notify.mobile_app_claus_iphone_15pro
|
||||
data:
|
||||
message: 'Andreas ankommer til skole'
|
||||
|
||||
@@ -85,7 +85,7 @@
|
||||
from: 'Skole'
|
||||
|
||||
action:
|
||||
service: notify.mobile_app_clausiphone15
|
||||
service: notify.mobile_app_claus_iphone_15pro
|
||||
data:
|
||||
message: 'Andreas tager fra skole'
|
||||
|
||||
@@ -110,7 +110,7 @@
|
||||
to: 'Østre Alle'
|
||||
|
||||
action:
|
||||
service: notify.mobile_app_clausiphone15
|
||||
service: notify.mobile_app_claus_iphone_15pro
|
||||
data:
|
||||
message: 'Daniel ankommer til skole'
|
||||
|
||||
@@ -121,7 +121,7 @@
|
||||
from: 'Skole'
|
||||
|
||||
action:
|
||||
service: notify.mobile_app_clausiphone15
|
||||
service: notify.mobile_app_claus_iphone_15pro
|
||||
data:
|
||||
message: 'Daniel tager fra skole'
|
||||
|
||||
|
||||
@@ -3,12 +3,12 @@
|
||||
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id: device_tracker.clausiphone
|
||||
entity_id: device_tracker.claus_iphone_15pro
|
||||
to: "home"
|
||||
id: arriving
|
||||
|
||||
- platform: state
|
||||
entity_id: device_tracker.clausiphone
|
||||
entity_id: device_tracker.claus_iphone_15pro
|
||||
from: "home"
|
||||
id: leaving
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
target:
|
||||
entity_id: cover.anne
|
||||
|
||||
- service: notify.mobile_app_clausiphone15
|
||||
- service: notify.mobile_app_claus_iphone_15pro
|
||||
data:
|
||||
message: "Garage opened (arrival by car)"
|
||||
|
||||
@@ -62,7 +62,7 @@
|
||||
target:
|
||||
entity_id: cover.anne
|
||||
|
||||
- service: notify.mobile_app_clausiphone15
|
||||
- service: notify.mobile_app_claus_iphone_15pro
|
||||
data:
|
||||
message: "Garage closed (departure by car)"
|
||||
mode: single
|
||||
|
||||
@@ -83,7 +83,7 @@
|
||||
target:
|
||||
entity_id: button.dishwasher_start
|
||||
default:
|
||||
- service: notify.mobile_app_clausiphone15
|
||||
- service: notify.mobile_app_claus_iphone_15pro
|
||||
data:
|
||||
title: "Opvaskemaskine venter på remote control"
|
||||
message: "Planlagt natkørsel kunne ikke startes, fordi fjernbetjening ikke er slået til."
|
||||
@@ -106,7 +106,7 @@
|
||||
value_template: "{{ is_state('sensor.dishwasher_status_2', 'Off') }}"
|
||||
|
||||
action:
|
||||
- service: notify.mobile_app_clausiphone15
|
||||
- service: notify.mobile_app_claus_iphone_15pro
|
||||
data:
|
||||
title: "Slå fjernbetjening til på opvaskemaskinen"
|
||||
message: "Opvaskemaskinen er planlagt til natkørsel, men remote control er ikke slået til endnu."
|
||||
@@ -91,7 +91,7 @@
|
||||
target:
|
||||
entity_id: input_number.roborock_auto_runs_today
|
||||
|
||||
- service: notify.mobile_app_clausiphone15
|
||||
- service: notify.mobile_app_claus_iphone_15pro
|
||||
data:
|
||||
title: "🧹 Roborock startet"
|
||||
message: >
|
||||
@@ -106,7 +106,7 @@
|
||||
entity_id: vacuum.roborock_s8_pro_ultra
|
||||
state: "cleaning"
|
||||
sequence:
|
||||
- service: notify.mobile_app_clausiphone15
|
||||
- service: notify.mobile_app_claus_iphone_15pro
|
||||
data:
|
||||
title: "⚠️ Roborock start fejlede"
|
||||
message: "Startkommando sendt, men den begyndte ikke at køre."
|
||||
@@ -132,7 +132,7 @@
|
||||
target:
|
||||
entity_id: vacuum.roborock_s8_pro_ultra
|
||||
|
||||
- service: notify.mobile_app_clausiphone15
|
||||
- service: notify.mobile_app_claus_iphone_15pro
|
||||
data:
|
||||
title: "🏠 Roborock stoppet"
|
||||
message: "Rengøring stoppet fordi nogen er kommet hjem."
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
last_notification_message:
|
||||
name: Last Notification Message
|
||||
max: 255
|
||||
@@ -8,7 +8,7 @@
|
||||
doorbell:
|
||||
alias: Dørklokke
|
||||
sequence:
|
||||
- service: notify.mobile_app_clausiphone15
|
||||
- service: notify.mobile_app_claus_iphone_15pro
|
||||
data:
|
||||
message: '{{ tekst }}'
|
||||
- service: notify.mobile_app_annes_iphone_14_pro
|
||||
|
||||
@@ -61,7 +61,7 @@ overvaagning:
|
||||
%H:%M:%S') }}
|
||||
data:
|
||||
image: /local/indkorsel_snapshot.jpg
|
||||
action: notify.mobile_app_clausiphone15
|
||||
action: notify.mobile_app_claus_iphone_15pro
|
||||
- data:
|
||||
entity_id: input_text.last_notification_message
|
||||
value: >-
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
- name: "claus_distance_home"
|
||||
unit_of_measurement: m
|
||||
state: >
|
||||
{{ distance('device_tracker.clausiphone', 'zone.home') | round(0) }}
|
||||
{{ distance('device_tracker.claus_iphone_15pro', 'zone.home') | round(0) }}
|
||||
|
||||
Reference in New Issue
Block a user