Skip to content

Commit

Permalink
fix: entity ids
Browse files Browse the repository at this point in the history
  • Loading branch information
shepherdjerred committed Dec 26, 2024
1 parent 04ca1c4 commit a63b376
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cdk8s/config/homeassistant/automation/good_morning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
metadata: {}
data: {}
target:
entity_id: switch.sonoff_1002162space_heaterd4
entity_id: switch.bedroom_space_heater
alias: Turn on heater switch
- alias: Turn on holiday lights
if:
Expand Down
2 changes: 1 addition & 1 deletion cdk8s/config/homeassistant/automation/good_night.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,5 @@
metadata: {}
data: {}
target:
entity_id: switch.patio_lights
entity_id: light.porch_rail_lights
mode: single
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
then:
- data: {}
target:
entity_id: light.patio_lights
entity_id: light.porch_rail_lights
action: light.turn_on
alias: Turn on patio lights
else:
Expand Down

0 comments on commit a63b376

Please sign in to comment.