Compare commits
2 commits
917ba2eb71
...
8b08b246ee
Author | SHA1 | Date | |
---|---|---|---|
8b08b246ee | |||
3b5e742d67 |
3 changed files with 2 additions and 79 deletions
|
@ -35,7 +35,7 @@
|
|||
condition:
|
||||
- condition: numeric_state
|
||||
entity_id: sensor.office_illuminance
|
||||
below: '200'
|
||||
below: '400'
|
||||
action:
|
||||
- service: script.hallway_lights_on
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
- conditions:
|
||||
- condition: numeric_state
|
||||
entity_id: sensor.office_illuminance
|
||||
below: '200'
|
||||
below: '400'
|
||||
sequence:
|
||||
- service: script.kitchen_lights_on
|
||||
|
||||
|
|
|
@ -1,77 +0,0 @@
|
|||
- id: ra-bathroom-enter
|
||||
alias: '[Bathroom]|(RA) Enter'
|
||||
mode: single
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id: sensor.przemyslaws_apple_watch_room_presence
|
||||
to: ra-bathroom
|
||||
action:
|
||||
- service: notify.mobile_app_iphone
|
||||
data:
|
||||
message: Apple Watch enter bathroom
|
||||
|
||||
- id: ra-bathroom-exit
|
||||
alias: '[Bathroom]|(RA) Leave'
|
||||
mode: single
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id: sensor.przemyslaws_apple_watch_room_presence
|
||||
from: ra-bathroom
|
||||
action:
|
||||
- service: notify.mobile_app_iphone
|
||||
data:
|
||||
message: Apple Watch left bathroom
|
||||
- choose:
|
||||
- conditions:
|
||||
- condition: state
|
||||
entity_id: media_player.bathroom
|
||||
state: playing
|
||||
sequence:
|
||||
- service: media_player.media_pause
|
||||
target:
|
||||
entity_id: media_player.bathroom
|
||||
|
||||
- id: ra-bedroom-enter
|
||||
alias: '[Bedroom]|(RA) Enter'
|
||||
mode: single
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id: sensor.przemyslaws_apple_watch_room_presence
|
||||
to: ra-bedroom
|
||||
action:
|
||||
- service: notify.mobile_app_iphone
|
||||
data:
|
||||
message: Apple Watch enter bathroom
|
||||
|
||||
- id: ra-bedroom-exit
|
||||
alias: '[Bedroom]|(RA) Leave'
|
||||
mode: single
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id: sensor.przemyslaws_apple_watch_room_presence
|
||||
from: ra-bedroom
|
||||
action:
|
||||
- service: notify.mobile_app_iphone
|
||||
data:
|
||||
message: Apple Watch left bedroom
|
||||
- choose:
|
||||
- conditions:
|
||||
- condition: state
|
||||
entity_id: media_player.bedroom
|
||||
state: playing
|
||||
sequence:
|
||||
- service: media_player.media_pause
|
||||
target:
|
||||
entity_id: media_player.bathroom
|
||||
|
||||
- id: ra-home-leave
|
||||
alias: '[Bedroom]|(RA) Enter'
|
||||
mode: single
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id: sensor.przemyslaws_apple_watch_room_presence
|
||||
to: not_home
|
||||
action:
|
||||
- service: notify.mobile_app_iphone
|
||||
data:
|
||||
message: Apple Watch left home
|
Loading…
Reference in a new issue