2020-05-09 19:49:00 +00:00
{
"config" : {
2021-05-11 05:14:33 +00:00
"flow_title" : "{name} ({host})" ,
2020-05-09 19:49:00 +00:00
"step" : {
"user" : {
"data" : {
"username" : "[%key:common::config_flow::data::username%]" ,
2020-10-02 16:07:20 +00:00
"host" : "[%key:common::config_flow::data::url%]" ,
2020-05-09 19:49:00 +00:00
"password" : "[%key:common::config_flow::data::password%]" ,
"tls" : "The TLS version of the ISY controller."
} ,
"description" : "The host entry must be in full URL format, e.g., http://192.168.10.100:80" ,
"title" : "Connect to your ISY994"
}
} ,
"error" : {
2020-05-11 15:58:58 +00:00
"unknown" : "[%key:common::config_flow::error::unknown%]" ,
2020-05-09 19:49:00 +00:00
"cannot_connect" : "[%key:common::config_flow::error::cannot_connect%]" ,
"invalid_auth" : "[%key:common::config_flow::error::invalid_auth%]" ,
"invalid_host" : "The host entry was not in full URL format, e.g., http://192.168.10.100:80"
} ,
"abort" : {
2020-05-11 15:58:58 +00:00
"already_configured" : "[%key:common::config_flow::abort::already_configured_device%]"
2020-05-09 19:49:00 +00:00
}
} ,
"options" : {
"step" : {
"init" : {
"title" : "ISY994 Options" ,
2020-05-10 14:40:19 +00:00
"description" : "Set the options for the ISY Integration: \n • 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 • Ignore String: Any device with 'Ignore String' in the name will be ignored. \n • Variable Sensor String: Any variable that contains 'Variable Sensor String' will be added as a sensor. \n • 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." ,
2020-05-09 19:49:00 +00:00
"data" : {
"sensor_string" : "Node Sensor String" ,
"ignore_string" : "Ignore String" ,
2020-05-10 14:40:19 +00:00
"variable_sensor_string" : "Variable Sensor String" ,
2020-05-09 19:49:00 +00:00
"restore_light_state" : "Restore Light Brightness"
}
}
}
2021-05-20 00:10:09 +00:00
} ,
"system_health" : {
"info" : {
"host_reachable" : "Host Reachable" ,
"device_connected" : "ISY Connected" ,
"last_heartbeat" : "Last Heartbeat Time" ,
"websocket_status" : "Event Socket Status"
}
2020-05-09 19:49:00 +00:00
}
}