2020-06-22 09:54:17 +00:00
{
"config" : {
2021-05-11 05:14:33 +00:00
"flow_title" : "{name}" ,
2020-06-22 09:54:17 +00:00
"step" : {
"user" : {
"title" : "Xiaomi Aqara Gateway" ,
2021-02-04 00:43:07 +00:00
"description" : "Connect to your Xiaomi Aqara Gateway, if the IP and MAC addresses are left empty, auto-discovery is used" ,
2020-06-22 09:54:17 +00:00
"data" : {
2020-08-06 10:54:18 +00:00
"interface" : "The network interface to use" ,
"host" : "[%key:common::config_flow::data::ip%] (optional)" ,
"mac" : "Mac Address (optional)"
2020-06-22 09:54:17 +00:00
}
} ,
"settings" : {
"title" : "Xiaomi Aqara Gateway, optional settings" ,
"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" ,
"data" : {
"key" : "The key of your gateway" ,
"name" : "Name of the Gateway"
}
} ,
"select" : {
"title" : "Select the Xiaomi Aqara Gateway that you wish to connect" ,
2021-02-04 00:43:07 +00:00
"description" : "Run the setup again if you want to connect additional gateways" ,
2020-06-22 09:54:17 +00:00
"data" : {
2020-10-18 18:32:18 +00:00
"select_ip" : "[%key:common::config_flow::data::ip%]"
2020-06-22 09:54:17 +00:00
}
}
} ,
"error" : {
"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" ,
2020-08-06 10:54:18 +00:00
"invalid_key" : "Invalid gateway key" ,
2020-10-07 09:24:31 +00:00
"invalid_host" : "[%key:common::config_flow::error::invalid_host%], see https://www.home-assistant.io/integrations/xiaomi_aqara/#connection-problem" ,
2020-08-06 10:54:18 +00:00
"invalid_mac" : "Invalid Mac Address"
2020-06-22 09:54:17 +00:00
} ,
"abort" : {
"already_configured" : "[%key:common::config_flow::abort::already_configured_device%]" ,
2020-10-03 13:49:09 +00:00
"already_in_progress" : "[%key:common::config_flow::abort::already_in_progress%]" ,
2020-06-22 09:54:17 +00:00
"not_xiaomi_aqara" : "Not a Xiaomi Aqara Gateway, discovered device did not match known gateways"
}
}
}