mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 13:15:18 +02: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:
@@ -21,7 +21,8 @@
|
|||||||
"title": "Connect to the DoorBird"
|
"title": "Connect to the DoorBird"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"title": "DoorBird"
|
"title": "DoorBird",
|
||||||
|
"flow_title" : "DoorBird {name} ({host})"
|
||||||
},
|
},
|
||||||
"options": {
|
"options": {
|
||||||
"step": {
|
"step": {
|
||||||
|
@@ -27,6 +27,7 @@
|
|||||||
"not_doorbird_device": "This device is not a DoorBird"
|
"not_doorbird_device": "This device is not a DoorBird"
|
||||||
},
|
},
|
||||||
"title" : "DoorBird",
|
"title" : "DoorBird",
|
||||||
|
"flow_title" : "DoorBird {name} ({host})",
|
||||||
"error" : {
|
"error" : {
|
||||||
"invalid_auth" : "Invalid authentication",
|
"invalid_auth" : "Invalid authentication",
|
||||||
"unknown" : "Unexpected error",
|
"unknown" : "Unexpected error",
|
||||||
|
Reference in New Issue
Block a user