Give error if no DPS are found in config flow (#167)

Fixes #153
This commit is contained in:
Pierre Ståhl
2020-11-18 11:39:11 +01:00
committed by GitHub
parent 4793e09104
commit 1dbae752ef
2 changed files with 13 additions and 1 deletions

View File

@@ -9,7 +9,8 @@
"unknown": "An unknown error occurred. See log for details.",
"entity_already_configured": "Entity with this ID has already been configured.",
"address_in_use": "Address used for discovery is already in use. Make sure no other application is using it (TCP port 6668).",
"discovery_failed": "Something failed when discovering devices. See log for details."
"discovery_failed": "Something failed when discovering devices. See log for details.",
"empty_dps": "Connection to device succeeded but no datapoints found, please try again. Create a new issue and include debug logs if problem persists."
},
"step": {
"user": {