Skip to content

Commit

Permalink
Merge pull request #93 from basbruss/update-cover-positions-config
Browse files Browse the repository at this point in the history
✨ Add input number configuration for cover position and tilt.
  • Loading branch information
basbruss authored Apr 11, 2024
2 parents c79cdd7 + 3f2ec7b commit 8b17d1a
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 8b17d1a

Please sign in to comment.