2020-06-22 09:54:17 +00:00
{
2020-06-23 00:09:06 +00:00
"config" : {
"abort" : {
2020-08-27 00:04:55 +00:00
"already_configured" : "Device is already configured" ,
2020-10-04 00:05:05 +00:00
"already_in_progress" : "Configuration flow is already in progress" ,
2020-06-23 00:09:06 +00:00
"not_xiaomi_aqara" : "Not a Xiaomi Aqara Gateway, discovered device did not match known gateways"
} ,
"error" : {
"discovery_error" : "Failed to discover a Xiaomi Aqara Gateway, try using the IP of the device running HomeAssistant as interface" ,
2020-10-08 00:06:03 +00:00
"invalid_host" : "Invalid hostname or IP address, see https://www.home-assistant.io/integrations/xiaomi_aqara/#connection-problem" ,
2020-06-23 00:09:06 +00:00
"invalid_interface" : "Invalid network interface" ,
"invalid_key" : "Invalid gateway key" ,
2020-11-11 11:10:09 +00:00
"invalid_mac" : "Invalid Mac Address"
2020-06-23 00:09:06 +00:00
} ,
"flow_title" : "Xiaomi Aqara Gateway: {name}" ,
"step" : {
"select" : {
"data" : {
2020-10-19 00:03:28 +00:00
"select_ip" : "IP Address"
2020-06-23 00:09:06 +00:00
} ,
2021-02-05 00:03:54 +00:00
"description" : "Run the setup again if you want to connect additional gateways" ,
2020-06-23 00:09:06 +00:00
"title" : "Select the Xiaomi Aqara Gateway that you wish to connect"
} ,
"settings" : {
"data" : {
"key" : "The key of your gateway" ,
"name" : "Name of the Gateway"
} ,
"description" : "The key (password) can be retrieved using this tutorial: https://www.domoticz.com/wiki/Xiaomi_Gateway_(Aqara)#Adding_the_Xiaomi_Gateway_to_Domoticz. If the key is not provided only sensors will be accessible" ,
"title" : "Xiaomi Aqara Gateway, optional settings"
} ,
"user" : {
"data" : {
2020-08-27 00:04:55 +00:00
"host" : "IP Address (optional)" ,
2020-08-06 10:54:18 +00:00
"interface" : "The network interface to use" ,
"mac" : "Mac Address (optional)"
2020-06-23 00:09:06 +00:00
} ,
2021-02-05 00:03:54 +00:00
"description" : "Connect to your Xiaomi Aqara Gateway, if the IP and MAC addresses are left empty, auto-discovery is used" ,
2020-06-23 00:09:06 +00:00
"title" : "Xiaomi Aqara Gateway"
}
2020-06-22 09:54:17 +00:00
}
}
2020-09-04 00:04:26 +00:00
}