Files
core/homeassistant/components/homekit/services.yaml
J. Nick Koston 591845ce23 Add missing services to Homekit services yaml (#34349)
* Add missing services to homekit services.yaml

* Add missing services to homekit services.yaml
2020-04-17 14:28:58 -05:00

12 lines
458 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Describes the format for available HomeKit services
start:
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"