hass-core/homeassistant/components/keymitt_ble/services.yaml
Franck Nijhof 6c40004061
Migrate integration services (I-K) to support translations (#96373)
* Migrate integration services (I-K) to support translations

* Apply suggestions from code review

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

* Update homeassistant/components/kodi/strings.json

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

---------

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2023-07-12 10:38:47 -04:00

36 lines
693 B
YAML

calibrate:
fields:
entity_id:
selector:
entity:
integration: keymitt_ble
domain: switch
depth:
example: 50
required: true
selector:
number:
mode: slider
step: 1
min: 0
max: 100
unit_of_measurement: "%"
duration:
example: 1
required: true
selector:
number:
mode: box
step: 1
min: 0
max: 60
unit_of_measurement: seconds
mode:
example: "normal"
required: true
selector:
select:
options:
- "normal"
- "invert"
- "toggle"