Add input_button support to HomeKit (#62590)

This commit is contained in:
Franck Nijhof 2021-12-23 00:23:57 +01:00 committed by GitHub
parent cb82169e92
commit c5d62ccc7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 14 additions and 6 deletions

View file

@ -198,6 +198,7 @@ def get_accessory(hass, driver, state, aid, config): # noqa: C901
"automation",
"button",
"input_boolean",
"input_button",
"remote",
"scene",
"script",