Add device discovery to config flow
This commit is contained in:
committed by
rospogrigio
parent
ffae9976f0
commit
1e23120872
@@ -7,12 +7,20 @@
|
||||
"cannot_connect": "Cannot connect to device. Verify that address is correct and try again.",
|
||||
"invalid_auth": "Failed to authenticate with device. Verify that device id and local key are correct.",
|
||||
"unknown": "An unknown error occurred. See log for details.",
|
||||
"entity_already_configured": "Entity with this ID has already been configured."
|
||||
"entity_already_configured": "Entity with this ID has already been configured.",
|
||||
"discovery_failed": "Failed to discover devices. You can still add a device manually."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"title": "Device Discovery",
|
||||
"description": "Pick one of the automatically discovered devices or `...` to manually to add a device.",
|
||||
"data": {
|
||||
"discovered_device": "Discovered Device"
|
||||
}
|
||||
},
|
||||
"basic_info": {
|
||||
"title": "Add Tuya device",
|
||||
"description": "Fill in the basic details and pick device type. The name entered here will be used to identify the integration itself (as seen in the `Integrations` page). You will add entities and give them names in the following steps.",
|
||||
"description": "Fill in the basic device details. The name entered here will be used to identify the integration itself (as seen in the `Integrations` page). You will add entities and give them names in the following steps.",
|
||||
"data": {
|
||||
"friendly_name": "Name",
|
||||
"host": "Host",
|
||||
|
Reference in New Issue
Block a user