Skip to content

Commit

Permalink
Zemismart roller shade: positions are not inverted
Browse files Browse the repository at this point in the history
History: this config was originally made with `invert: true` at dps level,
where the desired effect was not produced. After yaml lint tests were added,
this issue was detected and "fixed" by moving it into a `mapping`.  However,
the original presence of that `invert: true` seems to have been a mistake, the
values should not be inverted.

Discussion make-all#1830
  • Loading branch information
make-all committed Apr 13, 2024
1 parent 2614c9f commit b51b0fc
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,12 @@ primary_entity:
range:
min: 0
max: 100
mapping:
- invert: true
- id: 3
name: current_position
type: integer
range:
min: 0
max: 100
mapping:
- invert: true
- id: 7
name: unreliable_action
type: string
Expand Down

0 comments on commit b51b0fc

Please sign in to comment.