2021-09-14 19:46:52 +00:00
{
"config" : {
"abort" : {
"already_configured" : "[%key:common::config_flow::abort::already_configured_account%]" ,
"usb_setup_complete" : "Crownstone USB setup complete." ,
"usb_setup_unsuccessful" : "Crownstone USB setup was unsuccessful."
} ,
"error" : {
"account_not_verified" : "Account not verified. Please activate your account through the activation email from Crownstone." ,
"invalid_auth" : "[%key:common::config_flow::error::invalid_auth%]" ,
"unknown" : "[%key:common::config_flow::error::unknown%]"
} ,
"step" : {
"user" : {
"data" : {
"email" : "[%key:common::config_flow::data::email%]" ,
"password" : "[%key:common::config_flow::data::password%]"
} ,
"title" : "Crownstone account"
} ,
"usb_config" : {
"data" : {
"usb_path" : "[%key:common::config_flow::data::usb_path%]"
} ,
"title" : "Crownstone USB dongle configuration" ,
"description" : "Select the serial port of the Crownstone USB dongle, or select 'Don't use USB' if you don't want to setup a USB dongle.\n\nLook for a device with VID 10C4 and PID EA60."
} ,
"usb_manual_config" : {
"data" : {
"usb_manual_path" : "[%key:common::config_flow::data::usb_path%]"
} ,
"title" : "Crownstone USB dongle manual path" ,
"description" : "Manually enter the path of a Crownstone USB dongle."
} ,
"usb_sphere_config" : {
"data" : {
"usb_sphere" : "Crownstone Sphere"
} ,
"title" : "Crownstone USB Sphere" ,
"description" : "Select a Crownstone Sphere where the USB is located."
}
}
} ,
"options" : {
"step" : {
"init" : {
"data" : {
"use_usb_option" : "Use a Crownstone USB dongle for local data transmission" ,
"usb_sphere_option" : "Crownstone Sphere where the USB is located"
}
} ,
2021-09-23 07:23:45 +00:00
"usb_config" : {
2021-09-14 19:46:52 +00:00
"data" : {
"usb_path" : "[%key:common::config_flow::data::usb_path%]"
} ,
"title" : "Crownstone USB dongle configuration" ,
"description" : "Select the serial port of the Crownstone USB dongle.\n\nLook for a device with VID 10C4 and PID EA60."
} ,
2021-09-23 07:23:45 +00:00
"usb_manual_config" : {
2021-09-14 19:46:52 +00:00
"data" : {
"usb_manual_path" : "[%key:common::config_flow::data::usb_path%]"
} ,
"title" : "Crownstone USB dongle manual path" ,
"description" : "Manually enter the path of a Crownstone USB dongle."
} ,
2021-09-23 07:23:45 +00:00
"usb_sphere_config" : {
2021-09-14 19:46:52 +00:00
"data" : {
"usb_sphere" : "Crownstone Sphere"
} ,
"title" : "Crownstone USB Sphere" ,
"description" : "Select a Crownstone Sphere where the USB is located."
}
}
}
}