2021-01-10 23:08:25 +00:00
{
"config" : {
2021-08-21 14:30:45 +00:00
"flow_title" : "{name}" ,
2021-01-10 23:08:25 +00:00
"step" : {
2021-01-27 07:56:16 +00:00
"manual" : {
2021-01-10 23:08:25 +00:00
"data" : {
"url" : "[%key:common::config_flow::data::url%]"
}
2021-01-27 07:56:16 +00:00
} ,
2021-08-21 14:30:45 +00:00
"usb_confirm" : {
"description" : "Do you want to setup {name} with the Z-Wave JS add-on?"
} ,
2021-01-27 07:56:16 +00:00
"on_supervisor" : {
"title" : "Select connection method" ,
"description" : "Do you want to use the Z-Wave JS Supervisor add-on?" ,
2021-07-12 04:22:33 +00:00
"data" : {
"use_addon" : "Use the Z-Wave JS Supervisor add-on"
}
2021-01-27 07:56:16 +00:00
} ,
"install_addon" : {
"title" : "The Z-Wave JS add-on installation has started"
} ,
2021-02-23 21:41:19 +00:00
"configure_addon" : {
2021-01-27 07:56:16 +00:00
"title" : "Enter the Z-Wave JS add-on configuration" ,
"data" : {
"usb_path" : "[%key:common::config_flow::data::usb_path%]" ,
2021-09-30 20:32:17 +00:00
"s0_legacy_key" : "S0 Key (Legacy)" ,
"s2_authenticated_key" : "S2 Authenticated Key" ,
"s2_unauthenticated_key" : "S2 Unauthenticated Key" ,
"s2_access_control_key" : "S2 Access Control Key"
2021-01-27 07:56:16 +00:00
}
} ,
2021-07-12 04:22:33 +00:00
"start_addon" : {
"title" : "The Z-Wave JS add-on is starting."
} ,
2021-01-27 07:56:16 +00:00
"hassio_confirm" : {
"title" : "Set up Z-Wave JS integration with the Z-Wave JS add-on"
2021-01-10 23:08:25 +00:00
}
} ,
"error" : {
2021-01-27 07:56:16 +00:00
"addon_start_failed" : "Failed to start the Z-Wave JS add-on. Check the configuration." ,
2021-01-10 23:08:25 +00:00
"invalid_ws_url" : "Invalid websocket URL" ,
"cannot_connect" : "[%key:common::config_flow::error::cannot_connect%]" ,
"unknown" : "[%key:common::config_flow::error::unknown%]"
} ,
"abort" : {
2021-01-27 07:56:16 +00:00
"already_configured" : "[%key:common::config_flow::abort::already_configured_device%]" ,
"already_in_progress" : "[%key:common::config_flow::abort::already_in_progress%]" ,
"addon_info_failed" : "Failed to get Z-Wave JS add-on info." ,
"addon_install_failed" : "Failed to install the Z-Wave JS add-on." ,
"addon_set_config_failed" : "Failed to set Z-Wave JS configuration." ,
2021-02-23 21:41:19 +00:00
"addon_start_failed" : "Failed to start the Z-Wave JS add-on." ,
2021-01-27 07:56:16 +00:00
"addon_get_discovery_info_failed" : "Failed to get Z-Wave JS add-on discovery info." ,
2021-08-21 14:30:45 +00:00
"cannot_connect" : "[%key:common::config_flow::error::cannot_connect%]" ,
"discovery_requires_supervisor" : "Discovery requires the supervisor." ,
"not_zwave_device" : "Discovered device is not a Z-Wave device."
2021-01-27 07:56:16 +00:00
} ,
"progress" : {
2021-02-23 21:41:19 +00:00
"install_addon" : "Please wait while the Z-Wave JS add-on installation finishes. This can take several minutes." ,
"start_addon" : "Please wait while the Z-Wave JS add-on start completes. This may take some seconds."
2021-01-10 23:08:25 +00:00
}
2021-06-24 11:15:42 +00:00
} ,
"options" : {
"step" : {
"manual" : {
"data" : {
"url" : "[%key:common::config_flow::data::url%]"
}
} ,
"on_supervisor" : {
"title" : "Select connection method" ,
"description" : "Do you want to use the Z-Wave JS Supervisor add-on?" ,
2021-09-28 07:06:02 +00:00
"data" : {
"use_addon" : "Use the Z-Wave JS Supervisor add-on"
}
2021-06-24 11:15:42 +00:00
} ,
"install_addon" : {
"title" : "The Z-Wave JS add-on installation has started"
} ,
"configure_addon" : {
"title" : "Enter the Z-Wave JS add-on configuration" ,
"data" : {
"usb_path" : "[%key:common::config_flow::data::usb_path%]" ,
2021-09-30 20:32:17 +00:00
"s0_legacy_key" : "S0 Key (Legacy)" ,
"s2_authenticated_key" : "S2 Authenticated Key" ,
"s2_unauthenticated_key" : "S2 Unauthenticated Key" ,
"s2_access_control_key" : "S2 Access Control Key" ,
2021-06-24 11:15:42 +00:00
"log_level" : "Log level" ,
"emulate_hardware" : "Emulate Hardware"
}
} ,
2021-09-28 07:06:02 +00:00
"start_addon" : {
"title" : "The Z-Wave JS add-on is starting."
}
2021-06-24 11:15:42 +00:00
} ,
"error" : {
"invalid_ws_url" : "Invalid websocket URL" ,
"cannot_connect" : "[%key:common::config_flow::error::cannot_connect%]" ,
"unknown" : "[%key:common::config_flow::error::unknown%]"
} ,
"abort" : {
"already_configured" : "[%key:common::config_flow::abort::already_configured_device%]" ,
"addon_info_failed" : "Failed to get Z-Wave JS add-on info." ,
"addon_install_failed" : "Failed to install the Z-Wave JS add-on." ,
"addon_set_config_failed" : "Failed to set Z-Wave JS configuration." ,
"addon_start_failed" : "Failed to start the Z-Wave JS add-on." ,
"addon_get_discovery_info_failed" : "Failed to get Z-Wave JS add-on discovery info." ,
"cannot_connect" : "[%key:common::config_flow::error::cannot_connect%]" ,
"different_device" : "The connected USB device is not the same as previously configured for this config entry. Please instead create a new config entry for the new device."
} ,
"progress" : {
"install_addon" : "Please wait while the Z-Wave JS add-on installation finishes. This can take several minutes." ,
"start_addon" : "Please wait while the Z-Wave JS add-on start completes. This may take some seconds."
}
2021-07-12 04:22:33 +00:00
} ,
"device_automation" : {
2021-07-14 18:14:36 +00:00
"trigger_type" : {
"event.notification.entry_control" : "Sent an Entry Control notification" ,
"event.notification.notification" : "Sent a notification" ,
"event.value_notification.basic" : "Basic CC event on {subtype}" ,
"event.value_notification.central_scene" : "Central Scene action on {subtype}" ,
"event.value_notification.scene_activation" : "Scene Activation on {subtype}" ,
2021-08-21 04:09:52 +00:00
"zwave_js.value_updated.config_parameter" : "Value change on config parameter {subtype}" ,
"zwave_js.value_updated.value" : "Value change on a Z-Wave JS Value" ,
2021-07-14 18:14:36 +00:00
"state.node_status" : "Node status changed"
} ,
2021-07-12 04:22:33 +00:00
"condition_type" : {
"node_status" : "Node status" ,
"config_parameter" : "Config parameter {subtype} value" ,
"value" : "Current value of a Z-Wave Value"
2021-09-28 07:06:02 +00:00
} ,
"action_type" : {
"clear_lock_usercode" : "Clear usercode on {entity_name}" ,
"set_lock_usercode" : "Set a usercode on {entity_name}" ,
"set_config_parameter" : "Set value of config parameter {subtype}" ,
"set_value" : "Set value of a Z-Wave Value" ,
"refresh_value" : "Refresh the value(s) for {entity_name}" ,
"ping" : "Ping device" ,
"reset_meter" : "Reset meters on {subtype}"
2021-07-12 04:22:33 +00:00
}
2021-01-10 23:08:25 +00:00
}
2021-07-22 06:37:33 +00:00
}