Use config flow references for data (#35529)

This commit is contained in:
Paulus Schoutsen 2020-05-12 10:50:44 -07:00 committed by GitHub
parent 1f71bdedab
commit dd32324e01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
83 changed files with 526 additions and 353 deletions

View file

@ -2,7 +2,9 @@
"options": {
"step": {
"init": {
"data": { "events": "Comma separated list of events." },
"data": {
"events": "Comma separated list of events."
},
"description": "Add an comma separated event name for each event you wish to track. After entering them here, use the DoorBird app to assign them to a specific event. See the documentation at https://www.home-assistant.io/integrations/doorbird/#events. Example: somebody_pressed_the_button, motion"
}
}
@ -13,7 +15,7 @@
"title": "Connect to the DoorBird",
"data": {
"password": "[%key:common::config_flow::data::password%]",
"host": "Host (IP Address)",
"host": "[%key:common::config_flow::data::host%]",
"name": "Device Name",
"username": "[%key:common::config_flow::data::username%]"
}
@ -31,4 +33,4 @@
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
}
}
}
}