21 lines
734 B
JSON
21 lines
734 B
JSON
|
{
|
||
|
"config": {
|
||
|
"flow_title": "Motion Blinds",
|
||
|
"step": {
|
||
|
"user": {
|
||
|
"title": "Motion Blinds",
|
||
|
"description": "You will need the 16 character API Key, see https://www.home-assistant.io/integrations/motion_blinds/#retrieving-the-key for instructions",
|
||
|
"data": {
|
||
|
"host": "[%key:common::config_flow::data::ip%]",
|
||
|
"api_key": "[%key:common::config_flow::data::api_key%]"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"abort": {
|
||
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
||
|
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
|
||
|
"connection_error": "[%key:common::config_flow::error::cannot_connect%]"
|
||
|
}
|
||
|
}
|
||
|
}
|