Use common config_flow strings in vegehub (#147984)

This commit is contained in:
Norbert Rittel 2025-07-02 22:14:55 +02:00 committed by GitHub
parent 53d2f6b0c6
commit 681961d3a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,8 +27,8 @@
"cannot_connect": "Failed to connect to the device. Please try again.", "cannot_connect": "Failed to connect to the device. Please try again.",
"timeout_connect": "Timed out connecting. Ensure VegeHub is awake, and try again.", "timeout_connect": "Timed out connecting. Ensure VegeHub is awake, and try again.",
"already_in_progress": "Device already detected. Check discovered devices.", "already_in_progress": "Device already detected. Check discovered devices.",
"already_configured": "Device is already configured.", "already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"unknown_error": "An unknown error has occurred." "unknown_error": "[%key:common::config_flow::error::unknown%]"
} }
}, },
"entity": { "entity": {