diff --git a/homeassistant/components/velbus/strings.json b/homeassistant/components/velbus/strings.json index 55c7fda84ac..be1d992056e 100644 --- a/homeassistant/components/velbus/strings.json +++ b/homeassistant/components/velbus/strings.json @@ -35,7 +35,7 @@ }, "scan": { "name": "Scan", - "description": "Scans the velbus modules, this will be need 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": { "interface": { "name": "[%key:component::velbus::services::sync_clock::fields::interface::name%]", @@ -53,13 +53,13 @@ }, "address": { "name": "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.\n." + "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." } } }, "set_memo_text": { "name": "Set memo text", - "description": "Sets the memo text to the display of modules like VMBGPO, VMBGPOD Be sure the page(s) of the module is configured to display the memo text.\n.", + "description": "Sets the memo text to the display of modules like VMBGPO, VMBGPOD Be sure the page(s) of the module is configured to display the memo text.", "fields": { "interface": { "name": "[%key:component::velbus::services::sync_clock::fields::interface::name%]", @@ -67,11 +67,11 @@ }, "address": { "name": "Address", - "description": "The module address in decimal format. The decimal addresses are displayed in front of the modules listed at the integration page.\n." + "description": "The module address in decimal format. The decimal addresses are displayed in front of the modules listed at the integration page." }, "memo_text": { "name": "Memo text", - "description": "The actual text to be displayed. Text is limited to 64 characters.\n." + "description": "The actual text to be displayed. Text is limited to 64 characters." } } }