Compare commits
No commits in common. "f6fdc3a677ed5d4b72e1d1af69f88c6c41e3c8ec" and "61d24881c24ea97ca22980685202407b52fef954" have entirely different histories.
f6fdc3a677
...
61d24881c2
14
configuration/automations/office-computer-lights.yaml
Normal file
14
configuration/automations/office-computer-lights.yaml
Normal file
@ -0,0 +1,14 @@
|
||||
- id: computer_off
|
||||
alias: '[Computer Cave] Turning computer off automation'
|
||||
description: ''
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id: binary_sensor.hulk_ping
|
||||
to: 'off'
|
||||
for:
|
||||
minutes: 5
|
||||
action:
|
||||
- service: light.turn_off
|
||||
entity_id:
|
||||
- light.office
|
||||
mode: single
|
@ -1,12 +0,0 @@
|
||||
- id: office_computer_auto_off
|
||||
alias: '[Office] Turning computer off'
|
||||
mode: single
|
||||
trigger:
|
||||
- platform: numeric_state
|
||||
entity_id: sensor.computer_outlet_electrical_measurement
|
||||
for:
|
||||
minutes: 15
|
||||
action:
|
||||
- service: switch.turn_off
|
||||
target:
|
||||
entity_id: switch.computer_outlet
|
@ -71,6 +71,9 @@ good_night:
|
||||
- climate.dining_thermostat
|
||||
- service: light.turn_off
|
||||
entity_id:
|
||||
# Xmas lights
|
||||
- light.twinkly_1
|
||||
- light.twinkly_2
|
||||
- light.wled_star
|
||||
- light.couch_lights
|
||||
- light.tv_lights
|
||||
@ -127,6 +130,12 @@ good_morning:
|
||||
- service: switch.turn_on
|
||||
entity_id:
|
||||
- switch.computer_outlet
|
||||
- service: light.turn_on
|
||||
entity_id:
|
||||
# Xmas lights
|
||||
- light.twinkly_1
|
||||
- light.twinkly_2
|
||||
- light.wled_star
|
||||
- service: script.humidifier_on
|
||||
- service: switch.turn_off
|
||||
entity_id: switch.mute_doorbell
|
||||
@ -241,6 +250,10 @@ leave_home:
|
||||
- light.table_lamp_lights
|
||||
- light.lego_bookcase_light
|
||||
- light.notification_cube_light
|
||||
# Xmas lights
|
||||
- light.twinkly_1
|
||||
- light.twinkly_2
|
||||
- light.wled_star
|
||||
|
||||
arrive_home:
|
||||
alias: Arrive Home
|
||||
@ -254,6 +267,12 @@ arrive_home:
|
||||
data:
|
||||
option: Day
|
||||
entity_id: input_select.home_mode
|
||||
- service: light.turn_on
|
||||
entity_id:
|
||||
# Xmas lights
|
||||
- light.twinkly_1
|
||||
- light.twinkly_2
|
||||
- light.wled_star
|
||||
- service: switch.turn_on
|
||||
entity_id:
|
||||
- switch.computer_outlet
|
||||
|
Loading…
Reference in New Issue
Block a user