Change service set_location to use number input selectors (#100360)

This commit is contained in:
Jan Rieger 2023-09-14 12:13:19 +02:00 committed by GitHub
parent 98c9edc00c
commit f305661dd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: