Use common strings in roomba config flow (#40948)

This commit is contained in:
springstan
2020-10-01 12:27:47 +02:00
committed by GitHub
parent d1c04750cd
commit a3b62cea6a

View File

@@ -14,7 +14,7 @@
}
},
"error": {
"cannot_connect": "Failed to connect, please try again"
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
}
},
"options": {
@@ -27,4 +27,4 @@
}
}
}
}
}