2020-05-14 21:24:19 +00:00
|
|
|
{
|
2020-10-03 13:49:09 +00:00
|
|
|
"config": {
|
|
|
|
"abort": {
|
2020-10-06 16:50:32 +00:00
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
2020-10-03 13:49:09 +00:00
|
|
|
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
|
2020-10-06 16:50:32 +00:00
|
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
2020-06-06 20:43:28 +00:00
|
|
|
},
|
2021-05-11 05:14:33 +00:00
|
|
|
"flow_title": "{host}",
|
2020-10-03 13:49:09 +00:00
|
|
|
"step": {
|
|
|
|
"confirm": {
|
|
|
|
"description": "Do you want to add Arcam FMJ on `{host}` to Home Assistant?"
|
|
|
|
},
|
|
|
|
"user": {
|
|
|
|
"data": {
|
|
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
|
|
"port": "[%key:common::config_flow::data::port%]"
|
|
|
|
},
|
|
|
|
"description": "Please enter the host name or IP address of device."
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"device_automation": {
|
|
|
|
"trigger_type": {
|
|
|
|
"turn_on": "{entity_name} was requested to turn on"
|
2020-05-14 21:24:19 +00:00
|
|
|
}
|
2020-10-03 13:49:09 +00:00
|
|
|
}
|
2020-06-06 20:43:28 +00:00
|
|
|
}
|