We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 83c3e2c + 8a16f1d commit 3d0b18fCopy full SHA for 3d0b18f
dev_docs.md
@@ -2,6 +2,8 @@
2
3
All config attributes are optional. Any omitted attributes will be ignored when matching.
4
5
+All regex matches are case insensitive. Use `\\` for backslashes, regex `\d` for example should be entered as `\\d`.
6
+
7
### `device_identifiers.json`
8
9
- `friendly_name`: Displayed to user, not matched against
0 commit comments