core/homeassistant/components/subaru/services.yaml

20 lines
428 B
YAML

unlock_specific_door:
name: Unlock Specific Door
description: Unlocks specific door(s)
target:
entity:
domain: lock
integration: subaru
fields:
door:
name: Door
description: "One of the following: 'all', 'driver', 'tailgate'"
example: driver
required: true
selector:
select:
options:
- "all"
- "driver"
- "tailgate"