From 591845ce23091434ed2411644b9b4025da4eff43 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 17 Apr 2020 14:28:58 -0500 Subject: [PATCH] Add missing services to Homekit services yaml (#34349) * Add missing services to homekit services.yaml * Add missing services to homekit services.yaml --- homeassistant/components/homekit/services.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/homekit/services.yaml b/homeassistant/components/homekit/services.yaml index e30e71301b3..b33ba642c8d 100644 --- a/homeassistant/components/homekit/services.yaml +++ b/homeassistant/components/homekit/services.yaml @@ -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_player’s 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"