Skip to content

Commit

Permalink
Added Ignore Possibility
Browse files Browse the repository at this point in the history
  • Loading branch information
MrFly72 authored and asednev committed Dec 19, 2021
1 parent 4154b3b commit 58c6bb0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
10 changes: 9 additions & 1 deletion config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,15 @@
"title": "Humidity Offset",
"type": "number",
"default": "0"
}
},
"IgnoreDeviceNames": {
"title": "Ignored DeviceNames",
"type": "array",
"items": {
"title": "DeviceName",
"type": "string"
}
}
}
}
}
10 changes: 9 additions & 1 deletion dist/platform.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 58c6bb0

Please sign in to comment.