46 lines
1.3 KiB
JSON
46 lines
1.3 KiB
JSON
{
|
|
"config": {
|
|
"flow_title": "{name}",
|
|
"step": {
|
|
"user": {
|
|
"title": "Link your MotionMount",
|
|
"description": "Set up your MotionMount to integrate with Home Assistant.",
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
"port": "[%key:common::config_flow::data::port%]"
|
|
}
|
|
},
|
|
"zeroconf_confirm": {
|
|
"description": "Do you want to set up {name}?",
|
|
"title": "Discovered MotionMount"
|
|
}
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"time_out": "Failed to connect due to a time out.",
|
|
"not_connected": "Failed to connect.",
|
|
"invalid_response": "Failed to connect due to an invalid response from the MotionMount."
|
|
}
|
|
},
|
|
"entity": {
|
|
"number": {
|
|
"motionmount_extension": {
|
|
"name": "Extension"
|
|
},
|
|
"motionmount_turn": {
|
|
"name": "Turn"
|
|
}
|
|
},
|
|
"select": {
|
|
"motionmount_preset": {
|
|
"name": "Preset",
|
|
"state": {
|
|
"0_wall": "0: Wall"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|