hass-core/homeassistant/components/ihc/services.yaml
Franck Nijhof 24840b54ac
Add yamllint (in pre-commit and CI) (#33676)
* Add yamllint (in pre-commit and CI)

* Fix linting for all YAML files

* Bump and add it to requirements

* Fix gen_requirements for pre-commit, remove 'v' from version
2020-04-05 10:33:45 +02:00

31 lines
830 B
YAML

# Describes the format for available IHC services
set_runtime_value_bool:
description: Set a boolean runtime value on the IHC controller.
fields:
ihc_id:
description: The integer IHC resource ID.
value:
description: The boolean value to set.
set_runtime_value_int:
description: Set an integer runtime value on the IHC controller.
fields:
ihc_id:
description: The integer IHC resource ID.
value:
description: The integer value to set.
set_runtime_value_float:
description: Set a float runtime value on the IHC controller.
fields:
ihc_id:
description: The integer IHC resource ID.
value:
description: The float value to set.
pulse:
description: Pulses an input on the IHC controller.
fields:
ihc_id:
description: The integer IHC resource ID.