Skip to content

Commit 3d0b18f

Browse files
authored
Merge pull request #33 from Kuuuube/add-deploy-docs
Note case insensitive and backslashes
2 parents 83c3e2c + 8a16f1d commit 3d0b18f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev_docs.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All config attributes are optional. Any omitted attributes will be ignored when matching.
44

5+
All regex matches are case insensitive. Use `\\` for backslashes, regex `\d` for example should be entered as `\\d`.
6+
57
### `device_identifiers.json`
68

79
- `friendly_name`: Displayed to user, not matched against

0 commit comments

Comments
 (0)