Commit bc4195c
committed
fix: add missing invalid_host error string to strings.json
config_flow.py sets errors = {"base": "invalid_host"} when bridge
discovery returns no results, but the key was not defined in strings.json
causing the error to be silently swallowed with no user feedback.
Relates to #1411 parent d24a219 commit bc4195c
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
0 commit comments