mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 14:47:38 +00:00
Capitalize "Velbus", replace "service calls" with "actions" (#136744)
This commit is contained in:
parent
55fc01be8e
commit
ee1d76de9f
@ -2,9 +2,9 @@
|
|||||||
"config": {
|
"config": {
|
||||||
"step": {
|
"step": {
|
||||||
"user": {
|
"user": {
|
||||||
"title": "Define the velbus connection type",
|
"title": "Define the Velbus connection type",
|
||||||
"data": {
|
"data": {
|
||||||
"name": "The name for this velbus connection",
|
"name": "The name for this Velbus connection",
|
||||||
"port": "Connection string"
|
"port": "Connection string"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -31,21 +31,21 @@
|
|||||||
"services": {
|
"services": {
|
||||||
"sync_clock": {
|
"sync_clock": {
|
||||||
"name": "Sync clock",
|
"name": "Sync clock",
|
||||||
"description": "Syncs the velbus modules clock to the Home Assistant clock, this is the same as the 'sync clock' from VelbusLink.",
|
"description": "Syncs the Velbus modules clock to the Home Assistant clock, this is the same as the 'sync clock' from VelbusLink.",
|
||||||
"fields": {
|
"fields": {
|
||||||
"interface": {
|
"interface": {
|
||||||
"name": "Interface",
|
"name": "Interface",
|
||||||
"description": "The velbus interface to send the command to, this will be the same value as used during configuration."
|
"description": "The Velbus interface to send the command to, this will be the same value as used during configuration."
|
||||||
},
|
},
|
||||||
"config_entry": {
|
"config_entry": {
|
||||||
"name": "Config entry",
|
"name": "Config entry",
|
||||||
"description": "The config entry of the velbus integration"
|
"description": "The config entry of the Velbus integration"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"scan": {
|
"scan": {
|
||||||
"name": "Scan",
|
"name": "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.",
|
"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": {
|
"fields": {
|
||||||
"interface": {
|
"interface": {
|
||||||
"name": "[%key:component::velbus::services::sync_clock::fields::interface::name%]",
|
"name": "[%key:component::velbus::services::sync_clock::fields::interface::name%]",
|
||||||
@ -59,7 +59,7 @@
|
|||||||
},
|
},
|
||||||
"clear_cache": {
|
"clear_cache": {
|
||||||
"name": "Clear cache",
|
"name": "Clear cache",
|
||||||
"description": "Clears the velbuscache and then starts a new scan.",
|
"description": "Clears the Velbus cache and then starts a new scan.",
|
||||||
"fields": {
|
"fields": {
|
||||||
"interface": {
|
"interface": {
|
||||||
"name": "[%key:component::velbus::services::sync_clock::fields::interface::name%]",
|
"name": "[%key:component::velbus::services::sync_clock::fields::interface::name%]",
|
||||||
@ -101,7 +101,7 @@
|
|||||||
"issues": {
|
"issues": {
|
||||||
"deprecated_interface_parameter": {
|
"deprecated_interface_parameter": {
|
||||||
"title": "Deprecated 'interface' parameter",
|
"title": "Deprecated 'interface' parameter",
|
||||||
"description": "The 'interface' parameter in the Velbus service calls is deprecated. The 'config_entry' parameter should be used going forward.\n\nPlease adjust your automations or scripts to fix this issue."
|
"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."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user