1
mirror of https://github.com/home-assistant/core synced 2024-10-13 14:52:10 +02:00
ha-core/homeassistant/components/subaru/services.yaml
Garrett a0a96dab05
Add door locks to Subaru integration (#52852)
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-03-19 23:41:53 -10:00

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"