Skip to content

Commit

Permalink
Renamed office light entity.
Browse files Browse the repository at this point in the history
Switched from Lifx to Hue bulb.
  • Loading branch information
dannytsang committed Apr 3, 2024
1 parent e3ef97d commit 6529545
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/home.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ scene:
min_mireds: 111
state: "off"
supported_features: 55
light.office_light_2:
light.office_2:
effect_list:
- effect_colorloop
- effect_pulse
Expand Down
16 changes: 8 additions & 8 deletions packages/rooms/office.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ automation:
state: "on"
- or:
- condition: state
entity_id: light.office_light_2
entity_id: light.office_2
state: "on"
- condition: state
entity_id: light.office_3
Expand Down Expand Up @@ -62,7 +62,7 @@ automation:
below: input_number.office_light_level_threshold
- or:
- condition: numeric_state
entity_id: light.office_light_2
entity_id: light.office_2
attribute: brightness
below: "200"
- condition: numeric_state
Expand Down Expand Up @@ -98,7 +98,7 @@ automation:
state: "unavailable"
- or:
- condition: numeric_state
entity_id: light.office_light_2
entity_id: light.office_2
attribute: brightness
below: "200"
- condition: numeric_state
Expand Down Expand Up @@ -146,7 +146,7 @@ automation:
state: "on"
- or:
- condition: state
entity_id: light.office_light_2
entity_id: light.office_2
state: "off"
- condition: state
entity_id: light.office_3
Expand Down Expand Up @@ -1047,7 +1047,7 @@ scene:
- id: "1600795089307"
name: "Office: Turn On Main Light"
entities:
light.office_light_2:
light.office_2:
min_mireds: 111
max_mireds: 400
effect_list:
Expand Down Expand Up @@ -1075,7 +1075,7 @@ scene:
- id: "1606247204381"
name: Office Turn Off Main Light
entities:
light.office_light_2:
light.office_2:
min_mireds: 111
max_mireds: 400
effect_list:
Expand Down Expand Up @@ -1118,7 +1118,7 @@ scene:
- id: "1612921949654"
name: Office Dim Main Lights
entities:
light.office_light_2:
light.office_2:
min_mireds: 111
max_mireds: 400
effect_list:
Expand Down Expand Up @@ -1155,7 +1155,7 @@ scene:
friendly_name: Office Light
supported_features: 55
state: "off"
light.office_light_2:
light.office_2:
min_mireds: 111
max_mireds: 400
effect_list:
Expand Down

0 comments on commit 6529545

Please sign in to comment.