Skip to content

Commit

Permalink
Change service set_location to use number input selectors (home-ass…
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieger authored Sep 14, 2023
1 parent 98c9edc commit f305661
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions homeassistant/components/homeassistant/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,27 @@ set_location:
required: true
example: 32.87336
selector:
text:
number:
mode: box
min: -90
max: 90
step: any
longitude:
required: true
example: 117.22743
selector:
text:
number:
mode: box
min: -180
max: 180
step: any
elevation:
required: false
example: 120
selector:
text:
number:
mode: box
step: any

stop:
toggle:
Expand Down

0 comments on commit f305661

Please sign in to comment.