1
0
mirror of https://github.com/elisspace/core.git synced 2026-09-01 17:04:05 +00: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

View File

@@ -22,7 +22,7 @@
}
},
"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",
"not_doorbird_device": "This device is not a DoorBird"
},
@@ -33,4 +33,4 @@
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
}
}
}
}