Fix missing rfxtrx strings (#38570)

* Fix missing rfxtrx strings

* Clean
This commit is contained in:
Martin Hjelmare 2020-08-06 08:32:53 +02:00 committed by GitHub
parent 970c0e7594
commit 9d9426f24c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 1 deletions

View File

@ -1,2 +1,9 @@
{
}
"config": {
"step": {},
"error": {},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
}
}
}

View File

@ -0,0 +1,9 @@
{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
},
"error": {},
"step": {}
}
}