mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-21 05:03:39 +00:00
Updates for JARVIS video
This commit is contained in:
@@ -86,6 +86,9 @@ randomize_vacation_lights:
|
||||
- condition: sun
|
||||
after: sunrise
|
||||
sequence:
|
||||
- service: notify.mobile_app_jeffrey_ha_app
|
||||
data:
|
||||
message: Running Vacation Lights
|
||||
- service: input_text.set_value
|
||||
target:
|
||||
entity_id: input_text.current_random_light
|
||||
@@ -96,7 +99,7 @@ randomize_vacation_lights:
|
||||
data:
|
||||
entity_id: '{{ states(''input_text.current_random_light'') }}'
|
||||
- delay:
|
||||
minutes: '{{ range(5,59) | random | int }}'
|
||||
minutes: '{{ range(1,3) | random | int }}'
|
||||
- service: homeassistant.turn_off
|
||||
data:
|
||||
entity_id: '{{ states(''input_text.current_random_light'') }}'
|
||||
@@ -128,3 +131,34 @@ randomize_vacation_lights_demo:
|
||||
entity_id: input_text.current_random_light
|
||||
value: None
|
||||
mode: single
|
||||
activate_arches_lamp:
|
||||
alias: Activate Arches Lamp
|
||||
sequence:
|
||||
- service: media_player.play_media
|
||||
data:
|
||||
media_content_id: activate arches lamp
|
||||
media_content_type: routine
|
||||
entity_id: media_player.living_room_echo
|
||||
mode: single
|
||||
deactivate_arches_lamp:
|
||||
alias: Deactivate Arches Lamp
|
||||
sequence:
|
||||
- service: media_player.play_media
|
||||
data:
|
||||
media_content_id: deactivate arches
|
||||
media_content_type: routine
|
||||
entity_id: media_player.living_room_echo
|
||||
mode: single
|
||||
dog_mode_lighting_on:
|
||||
alias: Dog Mode Lighting On
|
||||
sequence:
|
||||
- condition: state
|
||||
entity_id: sun.sun
|
||||
state: below_horizon
|
||||
- condition: state
|
||||
entity_id: input_boolean.sentry_mode
|
||||
state: 'on'
|
||||
- service: scene.turn_on
|
||||
entity_id: scene.diminished_kitchen_lighting
|
||||
- service: scene.turn_on
|
||||
entity_id: scene.security_kitchen_lighting
|
Reference in New Issue
Block a user