Skip to content

Commit

Permalink
Update automations
Browse files Browse the repository at this point in the history
  • Loading branch information
flacjacket committed Dec 28, 2023
1 parent 3a6bc6c commit a3afbf1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 29 deletions.
6 changes: 3 additions & 3 deletions home_assistant/automations/lighting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
- platform: numeric_state
entity_id: sun.sun
attribute: elevation
below: 2
below: -1
- platform: time
at: "22:30:00"
- platform: time
Expand All @@ -170,7 +170,7 @@
then:
- service: light.turn_on
target:
entity_id: light.living_room_switch
entity_id: light.living_room_light
data:
brightness_pct: 60
- if:
Expand All @@ -179,7 +179,7 @@
then:
- service: light.turn_off
target:
entity_id: light.living_room_switch
entity_id: light.living_room_light
- if:
- condition: trigger
id: 3
Expand Down
10 changes: 5 additions & 5 deletions home_assistant/automations/thermostat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
sequence:
- service: climate.set_temperature
target:
entity_id: climate.venstar_52c21a828fce0e3e7b05d14c446fdbc9
entity_id: climate.thermostat
data:
target_temp_high: 76
target_temp_low: 65
Expand All @@ -36,7 +36,7 @@
sequence:
- service: climate.set_temperature
target:
entity_id: climate.venstar_52c21a828fce0e3e7b05d14c446fdbc9
entity_id: climate.thermostat
data:
target_temp_high: 75
target_temp_low: 65
Expand All @@ -47,7 +47,7 @@
sequence:
- service: climate.set_temperature
target:
entity_id: climate.venstar_52c21a828fce0e3e7b05d14c446fdbc9
entity_id: climate.thermostat
data:
target_temp_high: 74
target_temp_low: 65
Expand All @@ -58,7 +58,7 @@
sequence:
- service: climate.set_temperature
target:
entity_id: climate.venstar_52c21a828fce0e3e7b05d14c446fdbc9
entity_id: climate.thermostat
data:
target_temp_high: 73
target_temp_low: 65
Expand All @@ -72,7 +72,7 @@
action:
- service: climate.set_temperature
target:
entity_id: climate.venstar_52c21a828fce0e3e7b05d14c446fdbc9
entity_id: climate.thermostat
data:
target_temp_high: 80
target_temp_low: 60
21 changes: 0 additions & 21 deletions home_assistant/automations/tv_lights.yaml

This file was deleted.

0 comments on commit a3afbf1

Please sign in to comment.