2020-08-24 10:43:31 +00:00
{
"config" : {
"abort" : {
2020-09-27 00:06:49 +00:00
"already_configured" : "Device is already configured" ,
2022-09-26 00:30:11 +00:00
"reauth_successful" : "Re-authentication was successful" ,
"reauth_unsuccessful" : "Re-authentication was unsuccessful, please remove the integration and set it up again." ,
2020-09-27 00:06:49 +00:00
"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" ,
2022-05-18 17:29:02 +00:00
"firmware_not_fully_provisioned" : "Device not fully provisioned. Please contact Shelly support" ,
2020-09-02 00:03:29 +00:00
"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
}
} ,
2022-09-26 00:30:11 +00:00
"reauth_confirm" : {
"data" : {
"password" : "Password" ,
"username" : "Username"
}
} ,
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
} ,
2022-12-13 00:27:47 +00:00
"description" : "Before setup, 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" ,
2021-09-20 21:09:44 +00:00
"button3" : "Third button" ,
"button4" : "Fourth button"
2021-01-04 22:10:42 +00:00
} ,
2021-02-03 10:46:49 +00:00
"trigger_type" : {
2021-10-02 12:59:05 +00:00
"btn_down" : "{subtype} button down" ,
"btn_up" : "{subtype} button up" ,
2021-02-03 10:46:49 +00:00
"double" : "{subtype} double clicked" ,
2021-10-02 12:59:05 +00:00
"double_push" : "{subtype} double push" ,
2021-10-22 00:14:10 +00:00
"long" : "{subtype} long clicked" ,
"long_push" : "{subtype} long push" ,
2021-02-03 10:46:49 +00:00
"long_single" : "{subtype} long clicked and then single clicked" ,
"single" : "{subtype} single clicked" ,
"single_long" : "{subtype} single clicked and then long clicked" ,
2021-09-20 21:09:44 +00:00
"single_push" : "{subtype} single push" ,
2021-10-02 12:59:05 +00:00
"triple" : "{subtype} triple clicked"
2021-01-04 22:10:42 +00:00
}
2022-11-15 18:34:45 +00:00
} ,
"options" : {
"abort" : {
"ble_unsupported" : "Bluetooth support requires firmware version {ble_min_version} or newer."
} ,
"step" : {
"init" : {
"data" : {
"ble_scanner_mode" : "Bluetooth scanner mode"
} ,
"description" : "Bluetooth scanning can be active or passive. With active, the Shelly requests data from nearby devices; with passive, the Shelly receives unsolicited data from nearby devices."
}
}
2020-11-11 12:25:22 +00:00
}
2021-02-03 10:46:49 +00:00
}