Homekit refactor (#13707)
This commit is contained in:
parent
8d48164f25
commit
2a5751c09d
22 changed files with 275 additions and 332 deletions
|
@ -33,7 +33,7 @@ def validate_entity_config(values):
|
|||
return entities
|
||||
|
||||
|
||||
def show_setup_message(bridge, hass):
|
||||
def show_setup_message(hass, bridge):
|
||||
"""Display persistent notification with setup information."""
|
||||
pin = bridge.pincode.decode()
|
||||
_LOGGER.info('Pincode: %s', pin)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue