115 lines
3.6 KiB
JSON
115 lines
3.6 KiB
JSON
|
{
|
||
|
"config": {
|
||
|
"step": {
|
||
|
"init": {
|
||
|
"title": "Insteon",
|
||
|
"description": "Select the Insteon modem type.",
|
||
|
"data": {
|
||
|
"plm": "PowerLink Modem (PLM)",
|
||
|
"hubv1": "Hub Version 1 (Pre-2014)",
|
||
|
"hubv2": "Hub Version 2"
|
||
|
}
|
||
|
},
|
||
|
"plm": {
|
||
|
"title": "Insteon PLM",
|
||
|
"description": "Configure the Insteon PowerLink Modem (PLM).",
|
||
|
"data": {
|
||
|
"device": "PLM device (i.e. /dev/ttyUSB0 or COM3)"
|
||
|
}
|
||
|
},
|
||
|
"hub1": {
|
||
|
"title": "Insteon Hub Version 1",
|
||
|
"description": "Configure the Insteon Hub Version 1 (pre-2014).",
|
||
|
"data": {
|
||
|
"host": "Hub IP address",
|
||
|
"port": "IP port"
|
||
|
}
|
||
|
},
|
||
|
"hub2": {
|
||
|
"title": "Insteon Hub Version 2",
|
||
|
"description": "Configure the Insteon Hub Version 2.",
|
||
|
"data": {
|
||
|
"host": "Hub IP address",
|
||
|
"username": "Username",
|
||
|
"password": "Password",
|
||
|
"port": "IP port"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"error": {
|
||
|
"cannot_connect": "Failed to connect to the Insteon modem, please try again.",
|
||
|
"select_single": "Select one option."
|
||
|
},
|
||
|
"abort": {
|
||
|
"cannot_connect": "Unable to connect to the Insteon modem",
|
||
|
"already_configured": "An Insteon modem connection is already configured"
|
||
|
}
|
||
|
},
|
||
|
"options": {
|
||
|
"step": {
|
||
|
"init": {
|
||
|
"title": "Insteon",
|
||
|
"description": "Select an option to configure.",
|
||
|
"data": {
|
||
|
"change_hub_config": "Change the Hub configuration.",
|
||
|
"add_override": "Add a device override.",
|
||
|
"add_x10": "Add an X10 device.",
|
||
|
"remove_override": "Remove a device override.",
|
||
|
"remove_x10": "Remove an X10 device."
|
||
|
}
|
||
|
},
|
||
|
"change_hub_config": {
|
||
|
"title": "Insteon",
|
||
|
"description": "Change the Insteon Hub connection information. You must restart Home Assistant after making this change. This does not change the configuration of the Hub itself. To change the configuration in the Hub use the Hub app.",
|
||
|
"data": {
|
||
|
"host": "New host name or IP address",
|
||
|
"username": "New username",
|
||
|
"password": "New password",
|
||
|
"port": "New port number"
|
||
|
}
|
||
|
},
|
||
|
"add_override": {
|
||
|
"title": "Insteon",
|
||
|
"description": "Add a device override.",
|
||
|
"data": {
|
||
|
"address": "Device address (i.e. 1a2b3c)",
|
||
|
"cat": "Device category (i.e. 0x10)",
|
||
|
"subcat": "Device subcategory (i.e. 0x0a)"
|
||
|
}
|
||
|
},
|
||
|
"add_x10": {
|
||
|
"title": "Insteon",
|
||
|
"description": "Change the Insteon Hub password.",
|
||
|
"data": {
|
||
|
"housecode": "Housecode (a - p)",
|
||
|
"unitcode": "Unitcode (1 - 16)",
|
||
|
"platform": "Platform",
|
||
|
"steps": "Dimmer steps (for light devices only, default 22)"
|
||
|
}
|
||
|
},
|
||
|
"remove_override": {
|
||
|
"title": "Insteon",
|
||
|
"description": "Remove a device override",
|
||
|
"data": {
|
||
|
"address": "Select a device address to remove"
|
||
|
}
|
||
|
},
|
||
|
"remove_x10": {
|
||
|
"title": "Insteon",
|
||
|
"description": "Remove an X10 device",
|
||
|
"data": {
|
||
|
"address": "Select a device address to remove"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"error": {
|
||
|
"cannot_connect": "Failed to connect to the Insteon modem, please try again.",
|
||
|
"select_single": "Select one option.",
|
||
|
"input_error": "Invalid entries, please check your values."
|
||
|
},
|
||
|
"abort": {
|
||
|
"cannot_connect": "Unable to connect to the Insteon modem",
|
||
|
"already_configured": "An Insteon modem connection is already configured"
|
||
|
}
|
||
|
}
|
||
|
}
|