hass-core/homeassistant/components/openhome/services.yaml
tkdrob 028a07d86f
Wrap up selectors (#50794)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-05-25 14:45:17 +02:00

18 lines
381 B
YAML

# Describes the format for available openhome services
invoke_pin:
name: Invoke PIN
description: Invoke a pin on the specified device.
target:
entity:
integration: openhome
domain: media_player
fields:
pin:
name: PIN
description: Which pin to invoke
required: true
selector:
number:
min: 0
max: 1000