Skip to content

Commit

Permalink
Fix bedroom blind open logic for evening blind automation.
Browse files Browse the repository at this point in the history
  • Loading branch information
dannytsang committed May 2, 2023
1 parent bd92000 commit 6045cbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/rooms/bedroom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ automation:
default: []
mode: single
- id: "1621875567853"
alias: "Bedroom: Evening Timed Blinds"
alias: "Bedroom: Evening Timed Close Blinds"
description: ""
trigger:
- platform: time
Expand All @@ -510,7 +510,7 @@ automation:
- condition: numeric_state
entity_id: cover.bedroom_blinds
attribute: current_position
above: input_number.blind_open_position_threshold
above: input_number.blind_closed_position_threshold
action:
- parallel:
- service: script.send_to_home_log
Expand Down

0 comments on commit 6045cbe

Please sign in to comment.