Skip to content

Commit

Permalink
✨ Add input number configuration for cover position and tilt.
Browse files Browse the repository at this point in the history
  • Loading branch information
basbruss committed Apr 4, 2024
1 parent 5b0c7d4 commit 3f2ec7b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config/configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,15 @@ cover:
data:
entity_id: "input_number.cover_position_tilt"
value: "{{tilt}}"

input_number:
cover_position:
name: Cover Position
min: 0
max: 100
step: 1
cover_position_tilt:
name: Cover Position Tilt
min: 0
max: 100
step: 1

0 comments on commit 3f2ec7b

Please sign in to comment.