Skip to content

Commit

Permalink
feat: try to enable homebridge config
Browse files Browse the repository at this point in the history
  • Loading branch information
lafin committed Jan 6, 2024
1 parent 9c0a1ce commit bc6e571
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions homebridge/config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
"description": "This is an example configuration file with one fake accessory and one fake platform. You can use this as a template for creating your own configuration file containing devices you actually own.",
"accessories": [],
"platforms": [
{
"platform": "config",
"name": "Config",
"port": 8581,
"sudo": false
},
{
"platform": "mqtt",
"name": "mqtt",
Expand Down

0 comments on commit bc6e571

Please sign in to comment.