mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Add troubleshooting link to error message for xiaomi_aqara (#39617)
This commit is contained in:
parent
4dee2b599a
commit
e288246366
@ -31,7 +31,7 @@
|
|||||||
"discovery_error": "Failed to discover a Xiaomi Aqara Gateway, try using the IP of the device running HomeAssistant as interface",
|
"discovery_error": "Failed to discover a Xiaomi Aqara Gateway, try using the IP of the device running HomeAssistant as interface",
|
||||||
"invalid_interface": "Invalid network interface",
|
"invalid_interface": "Invalid network interface",
|
||||||
"invalid_key": "Invalid gateway key",
|
"invalid_key": "Invalid gateway key",
|
||||||
"invalid_host": "Invalid [%key:common::config_flow::data::ip%]",
|
"invalid_host": "Invalid [%key:common::config_flow::data::ip%], see https://www.home-assistant.io/integrations/xiaomi_aqara/#connection-problem",
|
||||||
"invalid_mac": "Invalid Mac Address"
|
"invalid_mac": "Invalid Mac Address"
|
||||||
},
|
},
|
||||||
"abort": {
|
"abort": {
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"discovery_error": "Failed to discover a Xiaomi Aqara Gateway, try using the IP of the device running HomeAssistant as interface",
|
"discovery_error": "Failed to discover a Xiaomi Aqara Gateway, try using the IP of the device running HomeAssistant as interface",
|
||||||
"invalid_host": "Invalid IP Address",
|
"invalid_host": "Invalid IP Address, see https://www.home-assistant.io/integrations/xiaomi_aqara/#connection-problem",
|
||||||
"invalid_interface": "Invalid network interface",
|
"invalid_interface": "Invalid network interface",
|
||||||
"invalid_key": "Invalid gateway key",
|
"invalid_key": "Invalid gateway key",
|
||||||
"invalid_mac": "Invalid Mac Address",
|
"invalid_mac": "Invalid Mac Address",
|
||||||
@ -41,4 +41,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user