hass-core/homeassistant/components/ihc/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

84 lines
1.4 KiB
YAML

# Describes the format for available IHC services
set_runtime_value_bool:
fields:
controller_id:
default: 0
selector:
number:
min: 0
max: 100
ihc_id:
required: true
selector:
number:
min: 0
max: 1000000
mode: box
value:
required: true
selector:
boolean:
set_runtime_value_int:
fields:
controller_id:
default: 0
selector:
number:
min: 0
max: 100
ihc_id:
required: true
selector:
number:
min: 0
max: 1000000
mode: box
value:
required: true
selector:
number:
min: 0
max: 1000000
mode: box
set_runtime_value_float:
fields:
controller_id:
default: 0
selector:
number:
min: 0
max: 100
ihc_id:
required: true
selector:
number:
min: 0
max: 1000000
mode: box
value:
required: true
selector:
number:
min: 0
max: 10000
step: 0.01
mode: box
pulse:
fields:
controller_id:
default: 0
selector:
number:
min: 0
max: 100
ihc_id:
required: true
selector:
number:
min: 0
max: 1000000
mode: box