mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Add missing flow_title to doorbird (#33557)
When placeholders are in use, flow_title needs to be set in the json to prevent an empty name in the integrations dashboard. This affected doorbirds that were found via ssdp.
This commit is contained in:
parent
d98171ed05
commit
d2cd557523
@ -21,7 +21,8 @@
|
||||
"title": "Connect to the DoorBird"
|
||||
}
|
||||
},
|
||||
"title": "DoorBird"
|
||||
"title": "DoorBird",
|
||||
"flow_title" : "DoorBird {name} ({host})"
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
@ -33,4 +34,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -27,6 +27,7 @@
|
||||
"not_doorbird_device": "This device is not a DoorBird"
|
||||
},
|
||||
"title" : "DoorBird",
|
||||
"flow_title" : "DoorBird {name} ({host})",
|
||||
"error" : {
|
||||
"invalid_auth" : "Invalid authentication",
|
||||
"unknown" : "Unexpected error",
|
||||
|
Loading…
x
Reference in New Issue
Block a user