2021-08-24 19:09:36 +00:00
{
"config" : {
"flow_title" : "{name}" ,
"step" : {
"user" : {
"data" : {
"host" : "[%key:common::config_flow::data::host%]"
}
} ,
"link" : {
"title" : "Link Nanoleaf" ,
"description" : "Press and hold the power button on your Nanoleaf for 5 seconds until the button LEDs start flashing, then click **SUBMIT** within 30 seconds."
}
} ,
"error" : {
"cannot_connect" : "[%key:common::config_flow::error::cannot_connect%]" ,
"not_allowing_new_tokens" : "Nanoleaf is not allowing new tokens, follow the instructions above." ,
"unknown" : "[%key:common::config_flow::error::unknown%]"
} ,
"abort" : {
"already_configured" : "[%key:common::config_flow::abort::already_configured_device%]" ,
"cannot_connect" : "[%key:common::config_flow::error::cannot_connect%]" ,
"invalid_token" : "[%key:common::config_flow::error::invalid_access_token%]" ,
2021-08-25 19:56:10 +00:00
"reauth_successful" : "[%key:common::config_flow::abort::reauth_successful%]" ,
2021-08-24 19:09:36 +00:00
"unknown" : "[%key:common::config_flow::error::unknown%]"
}
2022-02-23 18:10:30 +00:00
} ,
"device_automation" : {
"trigger_type" : {
"swipe_up" : "Swipe Up" ,
"swipe_down" : "Swipe Down" ,
"swipe_left" : "Swipe Left" ,
"swipe_right" : "Swipe Right"
}
2021-08-24 19:09:36 +00:00
}
}