Use common strings for Lutron Caseta config flow (#41241)

This commit is contained in:
TopdRob 2020-10-05 14:23:34 +02:00 committed by GitHub
parent def9c98c9b
commit c3eb56c592
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,11 +7,11 @@
} }
}, },
"error": { "error": {
"cannot_connect": "Failed to connect to Caséta bridge; check your host and certificate configuration." "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
}, },
"abort": { "abort": {
"already_configured": "Caséta bridge already configured.", "already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"cannot_connect": "Cancelled setup of Caséta bridge due to connection failure." "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
} }
} }
} }