From 338902202ba5bb97592638f5f3b3778ff929b402 Mon Sep 17 00:00:00 2001 From: jan iversen Date: Sat, 9 Sep 2023 17:46:40 +0200 Subject: [PATCH] Update homeassistant/components/modbus/strings.json Co-authored-by: G Johansson --- homeassistant/components/modbus/strings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/modbus/strings.json b/homeassistant/components/modbus/strings.json index 034836ca0ae9b5..896d529083611b 100644 --- a/homeassistant/components/modbus/strings.json +++ b/homeassistant/components/modbus/strings.json @@ -71,8 +71,8 @@ }, "issues": { "deprecated_close_comm_config": { - "title": "`close_comm_on_error:` is deprecated", - "description": "Please remove parameter `close_comm_on_error`: from the modus entry in configuration.yaml and restart Home Assistant to fix this issue.\nCommunication is automatically closed on errors. Please review the other parameters for error handling." + "title": "`close_comm_on_error` configuration key is being removed", + "description": "Please remove the `close_comm_on_error` key from the modbus entry in your configuration.yaml file and restart Home Assistant to fix this issue.\n\nCommunication is automatically closed on errors. Please review the other parameters for error handling." } } }