Skip to content

Commit

Permalink
Refactor strings.json in system_bridge component
Browse files Browse the repository at this point in the history
  • Loading branch information
timmo001 committed Mar 6, 2024
1 parent 9ad87ee commit ee83586
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions homeassistant/components/system_bridge/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit ee83586

Please sign in to comment.