1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/homekit/services.yaml
J. Nick Koston 009f34bfed
Add a homekit.unpair service to forcefully remove pairings (#53303)
- Sometimes homekit will go unresponsive because a pairing for a specific
  device is missing. To avoid deleting the config entry and recreating
  it, which can be a painful process if there are many bridged entities,
  the homekit.unpair service allows forceful removal of the pairings so
  the accessory can be paired again.
2021-07-22 12:44:36 +02:00

23 lines
665 B
YAML

# Describes the format for available HomeKit services
start:
name: Start
description: Starts the HomeKit driver
reload:
name: Reload
description: Reload homekit and re-process YAML configuration
reset_accessory:
name: Reset accessory
description: Reset a HomeKit accessory
target:
entity: {}
unpair:
name: Unpair an accessory or bridge
description: Forcefully remove all pairings from an accessory to allow re-pairing. Use this service if the accessory is no longer responsive, and you want to avoid deleting and re-adding the entry. Room locations, and accessory preferences will be lost.
target:
device:
integration: homekit