core/homeassistant/components/lutron_caseta/strings.json

17 lines
546 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

{
"config": {
"step": {
"import_failed": {
"title": "Failed to import Caséta bridge configuration.",
"description": "Couldnt setup bridge (host: {host}) imported from configuration.yaml."
}
},
"error": {
"cannot_connect": "Failed to connect to Caséta bridge; check your host and certificate configuration."
},
"abort": {
"already_configured": "Caséta bridge already configured.",
"cannot_connect": "Cancelled setup of Caséta bridge due to connection failure."
}
}
}