Skip to content

Commit

Permalink
Added min & max values for pitch
Browse files Browse the repository at this point in the history
  • Loading branch information
nimroddolev committed Mar 25, 2024
1 parent 1ed3903 commit 75ea92d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions custom_components/chime_tts/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,8 @@ say:
selector:
number:
mode: slider
min: -100
max: 100
step: 1
unit_of_measurement: 'semitones'
volume_level:
Expand Down Expand Up @@ -654,6 +656,8 @@ say_url:
selector:
number:
mode: slider
min: -100
max: 100
step: 1
unit_of_measurement: 'semitones'
cache:
Expand Down

0 comments on commit 75ea92d

Please sign in to comment.