2020-05-09 19:49:00 +00:00
{
2020-05-13 18:27:21 +00:00
"config" : {
"abort" : {
"already_configured" : "Device is already configured"
2020-05-09 19:49:00 +00:00
} ,
2020-05-13 18:27:21 +00:00
"error" : {
"cannot_connect" : "Failed to connect" ,
"invalid_auth" : "Invalid authentication" ,
"invalid_host" : "The host entry was not in full URL format, e.g., http://192.168.10.100:80" ,
2022-04-29 22:46:25 +00:00
"reauth_successful" : "Re-authentication was successful" ,
2020-05-13 18:27:21 +00:00
"unknown" : "Unexpected error"
} ,
2021-05-11 05:14:33 +00:00
"flow_title" : "{name} ({host})" ,
2020-05-13 18:27:21 +00:00
"step" : {
2022-04-29 22:46:25 +00:00
"reauth_confirm" : {
"data" : {
"password" : "Password" ,
"username" : "Username"
} ,
2022-05-25 18:29:42 +00:00
"description" : "The credentials for {host} are no longer valid." ,
2022-04-29 22:46:25 +00:00
"title" : "Reauthenticate your ISY"
} ,
2020-05-13 18:27:21 +00:00
"user" : {
"data" : {
"host" : "URL" ,
"password" : "Password" ,
"tls" : "The TLS version of the ISY controller." ,
"username" : "Username"
} ,
"description" : "The host entry must be in full URL format, e.g., http://192.168.10.100:80" ,
2022-04-29 22:46:25 +00:00
"title" : "Connect to your ISY"
2020-05-13 18:27:21 +00:00
}
}
2020-05-09 19:49:00 +00:00
} ,
2020-05-13 18:27:21 +00:00
"options" : {
"step" : {
"init" : {
"data" : {
"ignore_string" : "Ignore String" ,
"restore_light_state" : "Restore Light Brightness" ,
"sensor_string" : "Node Sensor String" ,
"variable_sensor_string" : "Variable Sensor String"
} ,
"description" : "Set the options for the ISY Integration: \n \u2022 Node Sensor String: Any device or folder that contains 'Node Sensor String' in the name will be treated as a sensor or binary sensor. \n \u2022 Ignore String: Any device with 'Ignore String' in the name will be ignored. \n \u2022 Variable Sensor String: Any variable that contains 'Variable Sensor String' will be added as a sensor. \n \u2022 Restore Light Brightness: If enabled, the previous brightness will be restored when turning on a light instead of the device's built-in On-Level." ,
2022-04-29 22:46:25 +00:00
"title" : "ISY Options"
2020-05-13 18:27:21 +00:00
}
2020-05-09 19:49:00 +00:00
}
2021-05-20 00:10:09 +00:00
} ,
"system_health" : {
"info" : {
2021-05-20 00:11:53 +00:00
"device_connected" : "ISY Connected" ,
2021-05-20 00:10:09 +00:00
"host_reachable" : "Host Reachable" ,
"last_heartbeat" : "Last Heartbeat Time" ,
"websocket_status" : "Event Socket Status"
}
2021-05-20 00:11:53 +00:00
}
2020-05-09 19:49:00 +00:00
}