2020-08-24 10:43:31 +00:00
{
"config" : {
"abort" : {
2020-09-27 00:06:49 +00:00
"already_configured" : "Device is already configured" ,
"unsupported_firmware" : "The device is using an unsupported firmware version."
2020-08-24 10:43:31 +00:00
} ,
"error" : {
2020-09-02 00:03:29 +00:00
"cannot_connect" : "Failed to connect" ,
"invalid_auth" : "Invalid authentication" ,
"unknown" : "Unexpected error"
2020-08-24 10:43:31 +00:00
} ,
2020-10-21 13:05:06 +00:00
"flow_title" : "{name}" ,
2020-08-24 10:43:31 +00:00
"step" : {
"confirm_discovery" : {
2021-02-10 00:05:10 +00:00
"description" : "Do you want to set up the {model} at {host}?\n\nBattery-powered devices that are password protected must be woken up before continuing with setting up.\nBattery-powered devices that are not password protected will be added when the device wakes up, you can now manually wake the device up using a button on it or wait for the next data update from the device."
2020-08-24 10:43:31 +00:00
} ,
2020-09-01 12:08:37 +00:00
"credentials" : {
"data" : {
2020-09-02 00:03:29 +00:00
"password" : "Password" ,
"username" : "Username"
2020-09-01 12:08:37 +00:00
}
} ,
2020-08-24 10:43:31 +00:00
"user" : {
"data" : {
2020-09-02 00:03:29 +00:00
"host" : "Host"
2020-09-29 00:03:20 +00:00
} ,
2021-02-10 00:05:10 +00:00
"description" : "Before set up, battery-powered devices must be woken up, you can now wake the device up using a button on it."
2020-08-24 10:43:31 +00:00
}
}
2021-01-04 22:10:42 +00:00
} ,
"device_automation" : {
"trigger_subtype" : {
"button" : "Button" ,
2021-02-03 10:46:49 +00:00
"button1" : "First button" ,
2021-01-04 22:10:42 +00:00
"button2" : "Second button" ,
"button3" : "Third button"
} ,
2021-02-03 10:46:49 +00:00
"trigger_type" : {
"double" : "{subtype} double clicked" ,
"long" : " {subtype} long clicked" ,
"long_single" : "{subtype} long clicked and then single clicked" ,
"single" : "{subtype} single clicked" ,
"single_long" : "{subtype} single clicked and then long clicked" ,
"triple" : "{subtype} triple clicked"
2021-01-04 22:10:42 +00:00
}
2020-11-11 12:25:22 +00:00
}
2021-02-03 10:46:49 +00:00
}