Skip to content

Commit

Permalink
Update config.schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
NorthernMan54 committed Aug 12, 2024
1 parent 6a2d78e commit b4f8128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"type": "string",
"placeholder": "eg. 192.168.1.122:51826",
"description": "Limits accessories shared with Alexa to particular homebridge instances. Uses ip address and port of homebridge instance, eg. '192.168.1.122:51826' or '192.168.1.11:51551, 192.168.1.11:46047'.",
"pattern": "^[^{}/ :\\\\]+(?::\\d+)?$"
"pattern": "^(\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}:\\d{1,5})(,\\s*\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}:\\d{1,5})*$"
},
"deviceListHandling": {
"title": "<b>Device List</b>",
Expand Down

0 comments on commit b4f8128

Please sign in to comment.