2020-06-22 11:54:17 +02:00
{
"config" : {
2021-05-11 00:14:33 -05:00
"flow_title" : "{name}" ,
2020-06-22 11:54:17 +02:00
"step" : {
"user" : {
2022-03-28 10:41:39 -07:00
"description" : "If the IP and MAC addresses are left empty, auto-discovery is used" ,
2020-06-22 11:54:17 +02:00
"data" : {
2020-08-06 12:54:18 +02:00
"interface" : "The network interface to use" ,
2023-04-15 15:51:04 +02:00
"host" : "IP address (optional)" ,
2020-08-06 12:54:18 +02:00
"mac" : "Mac Address (optional)"
2020-06-22 11:54:17 +02:00
}
} ,
"settings" : {
2022-03-28 10:41:39 -07:00
"title" : "Optional settings" ,
2020-06-22 11:54:17 +02:00
"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" : {
2022-03-28 10:41:39 -07:00
"description" : "Select the Xiaomi Aqara Gateway that you wish to connect" ,
2020-06-22 11:54:17 +02:00
"data" : {
2020-10-18 11:32:18 -07:00
"select_ip" : "[%key:common::config_flow::data::ip%]"
2020-06-22 11:54:17 +02: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 12:54:18 +02:00
"invalid_key" : "Invalid gateway key" ,
2023-04-15 15:51:04 +02:00
"invalid_host" : "Invalid hostname or IP address, see https://www.home-assistant.io/integrations/xiaomi_aqara/#connection-problem" ,
2020-08-06 12:54:18 +02:00
"invalid_mac" : "Invalid Mac Address"
2020-06-22 11:54:17 +02:00
} ,
"abort" : {
"already_configured" : "[%key:common::config_flow::abort::already_configured_device%]" ,
2020-10-03 15:49:09 +02:00
"already_in_progress" : "[%key:common::config_flow::abort::already_in_progress%]" ,
2020-06-22 11:54:17 +02:00
"not_xiaomi_aqara" : "Not a Xiaomi Aqara Gateway, discovered device did not match known gateways"
}
2023-07-12 07:36:51 +02:00
} ,
"services" : {
"add_device" : {
"name" : "Add device" ,
"description" : "Enables the join permission of the Xiaomi Aqara Gateway for 30 seconds. A new device can be added afterwards by pressing the pairing button once." ,
"fields" : {
"gw_mac" : {
"name" : "Gateway MAC" ,
"description" : "MAC address of the Xiaomi Aqara Gateway."
}
}
} ,
"play_ringtone" : {
"name" : "Play ringtone" ,
"description" : "Plays a specific ringtone. The version of the gateway firmware must be 1.4.1_145 at least." ,
"fields" : {
"gw_mac" : {
2023-07-13 11:52:50 -04:00
"name" : "[%key:component::xiaomi_aqara::services::add_device::fields::gw_mac::name%]" ,
"description" : "[%key:component::xiaomi_aqara::services::add_device::fields::gw_mac::description%]"
2023-07-12 07:36:51 +02:00
} ,
"ringtone_id" : {
"name" : "Ringtone ID" ,
"description" : "One of the allowed ringtone ids."
} ,
"ringtone_vol" : {
"name" : "Ringtone volume" ,
"description" : "The volume in percent."
}
}
} ,
"remove_device" : {
"name" : "Remove device" ,
"description" : "Removes a specific device. The removal is required if a device shall be paired with another gateway." ,
"fields" : {
"device_id" : {
"name" : "Device ID" ,
"description" : "Hardware address of the device to remove."
} ,
"gw_mac" : {
2023-07-13 11:52:50 -04:00
"name" : "[%key:component::xiaomi_aqara::services::add_device::fields::gw_mac::name%]" ,
"description" : "[%key:component::xiaomi_aqara::services::add_device::fields::gw_mac::description%]"
2023-07-12 07:36:51 +02:00
}
}
} ,
"stop_ringtone" : {
"name" : "Stop ringtone" ,
"description" : "Stops a playing ringtone immediately." ,
"fields" : {
"gw_mac" : {
2023-07-13 11:52:50 -04:00
"name" : "[%key:component::xiaomi_aqara::services::add_device::fields::gw_mac::name%]" ,
"description" : "[%key:component::xiaomi_aqara::services::add_device::fields::gw_mac::description%]"
2023-07-12 07:36:51 +02:00
}
}
}
2020-06-22 11:54:17 +02:00
}
}