mirror of
https://github.com/home-assistant/core.git
synced 2026-02-22 02:47:14 +00:00
152 lines
6.2 KiB
JSON
152 lines
6.2 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]"
|
|
},
|
|
"error": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"no_modules": "No Velbus modules found, please check your VLP file."
|
|
},
|
|
"step": {
|
|
"network": {
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"port": "[%key:common::config_flow::data::port%]",
|
|
"tls": "Use TLS (secure connection)"
|
|
},
|
|
"data_description": {
|
|
"host": "The IP address or hostname of the Velbus interface.",
|
|
"password": "The password of the Velbus interface, this is only needed if the interface is password-protected.",
|
|
"port": "The port number of the Velbus interface.",
|
|
"tls": "Enable this if you use a secure connection to your Velbus interface, like a Signum."
|
|
},
|
|
"description": "TCP/IP configuration, in case you use a Signum, VelServ, velbus-tcp or any other Velbus to TCP/IP interface.",
|
|
"title": "TCP/IP configuration"
|
|
},
|
|
"usbselect": {
|
|
"data": {
|
|
"port": "[%key:common::config_flow::data::port%]"
|
|
},
|
|
"data_description": {
|
|
"port": "Select the serial port for your Velbus USB interface."
|
|
},
|
|
"description": "Select the serial port for your Velbus USB interface.",
|
|
"title": "USB configuration"
|
|
},
|
|
"user": {
|
|
"description": "How do you want to configure the Velbus hub?",
|
|
"menu_options": {
|
|
"network": "Via network connection",
|
|
"usbselect": "Via USB device"
|
|
},
|
|
"title": "Define the Velbus connection"
|
|
},
|
|
"vlp": {
|
|
"data": {
|
|
"vlp_file": "Path to VLP file"
|
|
},
|
|
"data_description": {
|
|
"vlp_file": "Select the VLP file from your filesystem."
|
|
},
|
|
"description": "You can optionally provide a VLP file to improve module detection. The VLP file is the config file from VelbusLink that contains all module information. If you do not provide it now, you can always add it later in the integration options. Without this file, Home Assistant will try to detect the modules automatically, but this can take longer time and some modules might not be detected correctly.",
|
|
"title": "Optional VLP file"
|
|
}
|
|
}
|
|
},
|
|
"exceptions": {
|
|
"api_call_failed": {
|
|
"message": "Action execute for {entity} failed."
|
|
},
|
|
"clear_cache_failed": {
|
|
"message": "Could not clear the Velbus cache: {error}"
|
|
},
|
|
"connection_failed": {
|
|
"message": "Could not connect to Velbus."
|
|
},
|
|
"integration_not_found": {
|
|
"message": "Integration \"{target}\" not found in registry."
|
|
},
|
|
"invalid_hvac_mode": {
|
|
"message": "Climate mode {hvac_mode} is not supported."
|
|
},
|
|
"module_not_found": {
|
|
"message": "Module with address {address} not found."
|
|
},
|
|
"not_loaded": {
|
|
"message": "{target} is not loaded."
|
|
},
|
|
"scan_failed": {
|
|
"message": "Scan service: {error}."
|
|
},
|
|
"set_memo_text_failed": {
|
|
"message": "Failed to set the memo text on the Velbus module: {error}."
|
|
},
|
|
"sync_clock_failed": {
|
|
"message": "Failed to sync the Velbus clock: {error}."
|
|
}
|
|
},
|
|
"issues": {
|
|
"deprecated_interface_parameter": {
|
|
"description": "The 'interface' parameter in the Velbus actions is deprecated. The 'config_entry' parameter should be used going forward.\n\nPlease adjust your automations or scripts to fix this issue.",
|
|
"title": "Deprecated 'interface' parameter"
|
|
}
|
|
},
|
|
"services": {
|
|
"clear_cache": {
|
|
"description": "Clears the Velbus cache and then starts a new scan.",
|
|
"fields": {
|
|
"address": {
|
|
"description": "The module address in decimal format, if this is provided we only clear this module, if nothing is provided we clear the whole cache directory (all modules) The decimal addresses are displayed in front of the modules listed at the integration page.",
|
|
"name": "Address"
|
|
},
|
|
"config_entry": {
|
|
"description": "[%key:component::velbus::services::sync_clock::fields::config_entry::description%]",
|
|
"name": "[%key:component::velbus::services::sync_clock::fields::config_entry::name%]"
|
|
}
|
|
},
|
|
"name": "Clear cache"
|
|
},
|
|
"scan": {
|
|
"description": "Scans the Velbus modules, this will be needed if you see unknown module warnings in the logs, or when you added new modules.",
|
|
"fields": {
|
|
"config_entry": {
|
|
"description": "[%key:component::velbus::services::sync_clock::fields::config_entry::description%]",
|
|
"name": "[%key:component::velbus::services::sync_clock::fields::config_entry::name%]"
|
|
}
|
|
},
|
|
"name": "Scan"
|
|
},
|
|
"set_memo_text": {
|
|
"description": "Sets the memo text to the display of modules like VMBGPO, VMBGPOD. Be sure the pages of the modules are configured to display the memo text.",
|
|
"fields": {
|
|
"address": {
|
|
"description": "The module address in decimal format. The decimal addresses are displayed in front of the modules listed at the integration page.",
|
|
"name": "Address"
|
|
},
|
|
"config_entry": {
|
|
"description": "[%key:component::velbus::services::sync_clock::fields::config_entry::description%]",
|
|
"name": "[%key:component::velbus::services::sync_clock::fields::config_entry::name%]"
|
|
},
|
|
"memo_text": {
|
|
"description": "The actual text to be displayed. Text is limited to 64 characters.",
|
|
"name": "Memo text"
|
|
}
|
|
},
|
|
"name": "Set memo text"
|
|
},
|
|
"sync_clock": {
|
|
"description": "Syncs the clock of the Velbus modules to the Home Assistant clock, this is the same as the 'sync clock' from VelbusLink.",
|
|
"fields": {
|
|
"config_entry": {
|
|
"description": "The config entry of the Velbus integration",
|
|
"name": "Config entry"
|
|
}
|
|
},
|
|
"name": "Sync clock"
|
|
}
|
|
}
|
|
}
|