HomeKit controller config flow fixes (#21898)

* HomeKit controller config flow fixes

* This does work if you have latest vol-serialize
This commit is contained in:
Jc2k 2019-03-11 09:07:12 +00:00 committed by Martin Hjelmare
parent 9ab543ab3d
commit b0d55d1946
2 changed files with 1 additions and 4 deletions

View file

@ -237,9 +237,6 @@ class HomekitControllerFlowHandler(config_entries.ConfigFlow):
return self.async_show_form(
step_id='pair',
description_placeholders={
'model': self.model,
},
errors=errors,
data_schema=vol.Schema({
vol.Required('pairing_code'): vol.All(str, vol.Strip),

View file

@ -10,7 +10,7 @@
}
},
"pair": {
"title": "Pair with {{ model }}",
"title": "Pair with HomeKit Accessory",
"description": "Enter your HomeKit pairing code to use this accessory",
"data": {
"pairing_code": "Pairing Code"