Add missing services to Homekit services yaml (#34349)

* Add missing services to homekit services.yaml

* Add missing services to homekit services.yaml
pull/34355/head
J. Nick Koston 2020-04-17 14:28:58 -05:00 committed by GitHub
parent 54542ee90c
commit 591845ce23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

View File

@ -1,4 +1,11 @@
# Describes the format for available HomeKit services
start:
description: Starts the HomeKit component driver.
description: Starts the HomeKit driver.
reset_accessory:
description: Reset a HomeKit accessory. This can be useful when changing a media_players device class to tv, linking a battery, or whenever Home Assistant adds support for new HomeKit features to existing entities.
fields:
entity_id:
description: Name of the entity to reset.
example: "binary_sensor.grid_status"