1
mirror of https://github.com/home-assistant/core synced 2024-10-01 05:30:36 +02:00

Fix syntax error

This commit is contained in:
Paulus Schoutsen 2019-03-27 20:16:00 -07:00 committed by GitHub
parent 8777146053
commit 92457ca5ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ from homeassistant.helpers import discovery
from homeassistant.helpers.entity import Entity
from .config_flow import load_old_pairings
from .connection import get_accessory_information HKDevice
from .connection import get_accessory_information, HKDevice
from .const import (
CONTROLLER, HOMEKIT_DIR, KNOWN_DEVICES, PAIRING_FILE
)