Skip to content

Commit

Permalink
invalid hint
Browse files Browse the repository at this point in the history
  • Loading branch information
farmio committed Feb 18, 2021
1 parent 0f8eea0 commit d1c67a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config-converter/lib/converter.js
Expand Up @@ -97,7 +97,7 @@ function parseOldConfig(oldConfig) {
console.log(newConfig);
console.log(invalid);
if (invalid.length) {
invalid.unshift("Invalid keys found. They are removed form converted config.")
invalid.unshift("Invalid keys found. They are removed form converted config.\nInvalid config keys have been ignored by xknx so your new config should work just like before.")
for (let item of invalid) {
if (item.endsWith("actions")) {
invalid[0] += "\nNOTE: Actions in BinarySensors are not supported anymore. Use a HomeAssistant Automation instead.";
Expand Down

0 comments on commit d1c67a6

Please sign in to comment.