Change iPhone id
This commit is contained in:
parent
63d501afe5
commit
1ecd70d4f0
@ -38,7 +38,7 @@
|
|||||||
entity_id: sensor.octoprint_job_percentage
|
entity_id: sensor.octoprint_job_percentage
|
||||||
to: '100.0'
|
to: '100.0'
|
||||||
action:
|
action:
|
||||||
- service: notify.mobile_app_przemyslaws_iphone
|
- service: notify.mobile_app_iphone_pg
|
||||||
data:
|
data:
|
||||||
message: 3D printer has finished
|
message: 3D printer has finished
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
from: 'off'
|
from: 'off'
|
||||||
to: 'on'
|
to: 'on'
|
||||||
action:
|
action:
|
||||||
- service: notify.mobile_app_przemyslaws_iphone
|
- service: notify.mobile_app_iphone_pg
|
||||||
data:
|
data:
|
||||||
message: Motion Detected in Kitchen!
|
message: Motion Detected in Kitchen!
|
||||||
data:
|
data:
|
||||||
@ -31,7 +31,7 @@
|
|||||||
from: 'off'
|
from: 'off'
|
||||||
to: 'on'
|
to: 'on'
|
||||||
action:
|
action:
|
||||||
- service: notify.mobile_app_przemyslaws_iphone
|
- service: notify.mobile_app_iphone_pg
|
||||||
data:
|
data:
|
||||||
message: Motion Detected in Hallway!
|
message: Motion Detected in Hallway!
|
||||||
data:
|
data:
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
entity_id: sensor.przemyslaws_apple_watch_room_presence
|
entity_id: sensor.przemyslaws_apple_watch_room_presence
|
||||||
to: ra-bathroom
|
to: ra-bathroom
|
||||||
action:
|
action:
|
||||||
- service: notify.mobile_app_przemyslaws_iphone
|
- service: notify.mobile_app_iphone_pg
|
||||||
data:
|
data:
|
||||||
message: Apple Watch enter bathroom
|
message: Apple Watch enter bathroom
|
||||||
|
|
||||||
@ -18,7 +18,7 @@
|
|||||||
entity_id: sensor.przemyslaws_apple_watch_room_presence
|
entity_id: sensor.przemyslaws_apple_watch_room_presence
|
||||||
from: ra-bathroom
|
from: ra-bathroom
|
||||||
action:
|
action:
|
||||||
- service: notify.mobile_app_przemyslaws_iphone
|
- service: notify.mobile_app_iphone_pg
|
||||||
data:
|
data:
|
||||||
message: Apple Watch left bathroom
|
message: Apple Watch left bathroom
|
||||||
- choose:
|
- choose:
|
||||||
@ -39,7 +39,7 @@
|
|||||||
entity_id: sensor.przemyslaws_apple_watch_room_presence
|
entity_id: sensor.przemyslaws_apple_watch_room_presence
|
||||||
to: ra-bedroom
|
to: ra-bedroom
|
||||||
action:
|
action:
|
||||||
- service: notify.mobile_app_przemyslaws_iphone
|
- service: notify.mobile_app_iphone_pg
|
||||||
data:
|
data:
|
||||||
message: Apple Watch enter bathroom
|
message: Apple Watch enter bathroom
|
||||||
|
|
||||||
@ -51,7 +51,7 @@
|
|||||||
entity_id: sensor.przemyslaws_apple_watch_room_presence
|
entity_id: sensor.przemyslaws_apple_watch_room_presence
|
||||||
from: ra-bedroom
|
from: ra-bedroom
|
||||||
action:
|
action:
|
||||||
- service: notify.mobile_app_przemyslaws_iphone
|
- service: notify.mobile_app_iphone_pg
|
||||||
data:
|
data:
|
||||||
message: Apple Watch left bedroom
|
message: Apple Watch left bedroom
|
||||||
- choose:
|
- choose:
|
||||||
@ -72,6 +72,6 @@
|
|||||||
entity_id: sensor.przemyslaws_apple_watch_room_presence
|
entity_id: sensor.przemyslaws_apple_watch_room_presence
|
||||||
to: not_home
|
to: not_home
|
||||||
action:
|
action:
|
||||||
- service: notify.mobile_app_przemyslaws_iphone
|
- service: notify.mobile_app_iphone_pg
|
||||||
data:
|
data:
|
||||||
message: Apple Watch left home
|
message: Apple Watch left home
|
||||||
|
Loading…
Reference in New Issue
Block a user