diff --git a/homeassistant/components/system_bridge/strings.json b/homeassistant/components/system_bridge/strings.json index d790aee5938615..02a5c588ad248e 100644 --- a/homeassistant/components/system_bridge/strings.json +++ b/homeassistant/components/system_bridge/strings.json @@ -93,9 +93,15 @@ "connection_failed": { "message": "A connection error occurred for {title} ({host})" }, - "device_not_found": { "message": "Could not find device {device}" }, - "no_data_received": { "message": "No data received from {host}" }, - "timeout": { "message": "A timeout occurred for {title} ({host})" }, + "device_not_found": { + "message": "Could not find device {device}" + }, + "no_data_received": { + "message": "No data received from {host}" + }, + "timeout": { + "message": "A timeout occurred for {title} ({host})" + }, "unsupported_version": { "message": "You are not running a supported version of System Bridge for {title} ({host}). Please upgrade to the latest version" }