1
mirror of https://github.com/home-assistant/core synced 2024-09-06 10:29:55 +02:00

Use reference strings in doorbird (#41061)

This commit is contained in:
SNoof85 2020-10-02 20:58:05 +02:00 committed by GitHub
parent 6a821d6a64
commit 4afeaaedca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@
} }
}, },
"abort": { "abort": {
"already_configured": "This DoorBird is already configured", "already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"link_local_address": "Link local addresses are not supported", "link_local_address": "Link local addresses are not supported",
"not_doorbird_device": "This device is not a DoorBird" "not_doorbird_device": "This device is not a DoorBird"
}, },
@ -33,4 +33,4 @@
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]" "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
} }
} }
} }