Moving automations to new arlo integration via HACS
This commit is contained in:
parent
cbb741d07b
commit
fc371172e0
|
@ -108,8 +108,10 @@
|
||||||
entity_id: scene.diminshed_livingroom_lighting
|
entity_id: scene.diminshed_livingroom_lighting
|
||||||
- service: scene.turn_on
|
- service: scene.turn_on
|
||||||
entity_id: scene.diminished_kitchen_lighting
|
entity_id: scene.diminished_kitchen_lighting
|
||||||
- service: alarm_control_panel.alarm_arm_home
|
- service: alarm_control_panel.aarlo_set_mode
|
||||||
entity_id: alarm_control_panel.ah_base_station
|
data:
|
||||||
|
entity_id: alarm_control_panel.aarlo_ah_base_station
|
||||||
|
mode: 'home'
|
||||||
|
|
||||||
- id: good_morning
|
- id: good_morning
|
||||||
alias: Good Morning
|
alias: Good Morning
|
||||||
|
@ -155,8 +157,7 @@
|
||||||
entity_id: switch.0xf0d1b80000052281_switch # Rainbow Light
|
entity_id: switch.0xf0d1b80000052281_switch # Rainbow Light
|
||||||
- service: scene.turn_on
|
- service: scene.turn_on
|
||||||
entity_id: scene.skylar_lamp_25
|
entity_id: scene.skylar_lamp_25
|
||||||
- service: alarm_control_panel.alarm_arm_away
|
|
||||||
entity_id: alarm_control_panel.ah_base_station
|
|
||||||
- id: jeff_lights_out
|
- id: jeff_lights_out
|
||||||
alias: Jeff lights out
|
alias: Jeff lights out
|
||||||
initial_state: true
|
initial_state: true
|
||||||
|
@ -304,8 +305,6 @@
|
||||||
"/config/www/tweet_images/bright.jpg",
|
"/config/www/tweet_images/bright.jpg",
|
||||||
"/config/www/tweet_images/light.jpg",
|
"/config/www/tweet_images/light.jpg",
|
||||||
"/config/www/tweet_images/lamp2.jpg"] | random }}
|
"/config/www/tweet_images/lamp2.jpg"] | random }}
|
||||||
- service: alarm_control_panel.alarm_arm_away
|
|
||||||
entity_id: alarm_control_panel.ah_base_station
|
|
||||||
|
|
||||||
- id: sunset
|
- id: sunset
|
||||||
alias: Sunset
|
alias: Sunset
|
||||||
|
@ -314,8 +313,10 @@
|
||||||
- platform: sun
|
- platform: sun
|
||||||
event: sunset
|
event: sunset
|
||||||
action:
|
action:
|
||||||
- service: alarm_control_panel.alarm_arm_away
|
- service: alarm_control_panel.aarlo_set_mode
|
||||||
entity_id: alarm_control_panel.ah_base_station
|
data:
|
||||||
|
entity_id: alarm_control_panel.aarlo_ah_base_station
|
||||||
|
mode: 'Armed'
|
||||||
- service: script.ah_report
|
- service: script.ah_report
|
||||||
data:
|
data:
|
||||||
call_interuption: 1
|
call_interuption: 1
|
||||||
|
@ -344,8 +345,6 @@
|
||||||
{{ [ "/config/www/tweet_images/sunrise.jpg",
|
{{ [ "/config/www/tweet_images/sunrise.jpg",
|
||||||
"/config/www/tweet_images/sunrise3.jpg",
|
"/config/www/tweet_images/sunrise3.jpg",
|
||||||
"/config/www/tweet_images/sunrise2.jpg"] | random }}
|
"/config/www/tweet_images/sunrise2.jpg"] | random }}
|
||||||
- service: alarm_control_panel.alarm_arm_home
|
|
||||||
entity_id: alarm_control_panel.ah_base_station
|
|
||||||
|
|
||||||
- id: inside_on_sunset
|
- id: inside_on_sunset
|
||||||
alias: Inside on at Sunset
|
alias: Inside on at Sunset
|
||||||
|
|
|
@ -272,8 +272,10 @@ automation:
|
||||||
- service: script.appliances_on
|
- service: script.appliances_on
|
||||||
- service: script.standby
|
- service: script.standby
|
||||||
- service: script.washer_finished_notification_audible
|
- service: script.washer_finished_notification_audible
|
||||||
- service: alarm_control_panel.alarm_arm_home
|
- service: alarm_control_panel.aarlo_set_mode
|
||||||
entity_id: alarm_control_panel.ah_base_station
|
data:
|
||||||
|
entity_id: alarm_control_panel.aarlo_ah_base_station
|
||||||
|
mode: 'home'
|
||||||
- service: script.family_is_home
|
- service: script.family_is_home
|
||||||
initial_state: true
|
initial_state: true
|
||||||
|
|
||||||
|
@ -298,8 +300,10 @@ automation:
|
||||||
- service: script.lockdown
|
- service: script.lockdown
|
||||||
- service: script.lockdown_issue
|
- service: script.lockdown_issue
|
||||||
- service: script.all_fans_off
|
- service: script.all_fans_off
|
||||||
- service: alarm_control_panel.alarm_arm_away
|
- service: alarm_control_panel.aarlo_set_mode
|
||||||
entity_id: alarm_control_panel.ah_base_station
|
data:
|
||||||
|
entity_id: alarm_control_panel.aarlo_ah_base_station
|
||||||
|
mode: 'Armed'
|
||||||
|
|
||||||
- id: jeff_is_home
|
- id: jeff_is_home
|
||||||
alias: Jeff is Home
|
alias: Jeff is Home
|
||||||
|
@ -381,6 +385,7 @@ automation:
|
||||||
entity_id: sensor.family_status
|
entity_id: sensor.family_status
|
||||||
state: Home
|
state: Home
|
||||||
action:
|
action:
|
||||||
|
- service: script.family_is_home
|
||||||
- service: script.ah_report
|
- service: script.ah_report
|
||||||
data_template:
|
data_template:
|
||||||
welcome_home: >
|
welcome_home: >
|
||||||
|
|
Loading…
Reference in New Issue