2021-08-24 19:09:36 +00:00
{
"config" : {
"flow_title" : "{name}" ,
"step" : {
"user" : {
"data" : {
"host" : "[%key:common::config_flow::data::host%]"
2023-12-04 09:38:52 +00:00
} ,
"data_description" : {
"host" : "The hostname or IP address of your Nanoleaf device."
2021-08-24 19:09:36 +00:00
}
} ,
"link" : {
"title" : "Link Nanoleaf" ,
2024-09-25 13:33:23 +00:00
"description" : "Press and hold the power button on your Nanoleaf for 5 seconds until the button LEDs start flashing, then select **Submit** within 30 seconds."
2021-08-24 19:09:36 +00:00
}
} ,
"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" : {
2024-06-21 09:16:00 +00:00
"swipe_up" : "[%key:component::nanoleaf::entity::event::touch::state_attributes::event_type::state::swipe_up%]" ,
"swipe_down" : "[%key:component::nanoleaf::entity::event::touch::state_attributes::event_type::state::swipe_down%]" ,
"swipe_left" : "[%key:component::nanoleaf::entity::event::touch::state_attributes::event_type::state::swipe_left%]" ,
"swipe_right" : "[%key:component::nanoleaf::entity::event::touch::state_attributes::event_type::state::swipe_right%]"
}
} ,
"entity" : {
"event" : {
"touch" : {
"name" : "Touch gesture" ,
"state_attributes" : {
"event_type" : {
"state" : {
"swipe_up" : "Swipe up" ,
"swipe_down" : "Swipe down" ,
"swipe_left" : "Swipe left" ,
"swipe_right" : "Swipe right"
}
}
}
}
2022-02-23 18:10:30 +00:00
}
2024-06-24 19:05:23 +00:00
} ,
"issues" : {
"deprecated_device_trigger" : {
"title" : "Nanoleaf device trigger is deprecated" ,
"description" : "The Nanoleaf device trigger is deprecated and will be removed in a future release. You can now use the gesture event entity to build automations."
}
2021-08-24 19:09:36 +00:00
}
}