Use reference strings in ambient_station (#41276)

This commit is contained in:
SNoof85
2020-10-06 10:15:11 +02:00
committed by GitHub
parent 956b735be6
commit 949ab621c0

View File

@@ -10,11 +10,11 @@
} }
}, },
"error": { "error": {
"invalid_key": "Invalid API Key and/or Application Key", "invalid_key": "[%key:common::config_flow::error::invalid_api_key%]",
"no_devices": "No devices found in account" "no_devices": "No devices found in account"
}, },
"abort": { "abort": {
"already_configured": "This app key is already in use." "already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
} }
} }
} }