Skip to content

Commit

Permalink
Removed hosts section
Browse files Browse the repository at this point in the history
A lot of new users are adding a hosts section, disabling auto-discovery. This is causing more issues than it solves so I'm removing it from here so it remains an advanced configuration option - not a default.
  • Loading branch information
kiwi-cam authored Jul 17, 2024
1 parent 9d25713 commit 281480f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions config-sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,6 @@
"hideScanFrequencyButton": false,
"hideLearnButton": false,
"hideWelcomeMessage": false,
"hosts": [{
"address": "192.168.1.76",
"mac": "34:ea:34:e7:d7:28",
"isRFSupported": false
},{
"address": "192.168.1.77",
"mac": "34:ea:34:e8:d8:30",
"isRFSupported": true,
"isRM4": true
}],
"accessories": [{
"name": "Auto-off Switch",
"type": "switch",
Expand Down

0 comments on commit 281480f

Please sign in to comment.