Skip to content

Commit

Permalink
KY 35W10 shutter: invert positions
Browse files Browse the repository at this point in the history
  • Loading branch information
make-all authored and timlaing committed Aug 8, 2024
1 parent 27d8364 commit 2ed677a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions custom_components/tuya_local/devices/ky_35w10_shutter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,20 @@ primary_entity:
- id: 102
type: integer
name: current_position
range:
min: 0
max: 100
mapping:
- invert: true
- id: 103
type: integer
name: position
optional: true
range:
min: 0
max: 100
mapping:
- invert: true
secondary_entities:
- entity: number
name: Sleep
Expand All @@ -40,6 +47,8 @@ secondary_entities:
range:
min: 0
max: 100
mapping:
- invert: true
- entity: number
name: Rise
category: config
Expand All @@ -53,6 +62,8 @@ secondary_entities:
range:
min: 0
max: 100
mapping:
- invert: true
- entity: number
name: View
category: config
Expand All @@ -66,6 +77,8 @@ secondary_entities:
range:
min: 0
max: 100
mapping:
- invert: true
- entity: select
name: Direction
icon: "mdi:mdi:sign-direction"
Expand Down

0 comments on commit 2ed677a

Please sign in to comment.