Skip to content

Commit

Permalink
fix(ignore): Fix availabilty, frontend and homeassistant cannot be di…
Browse files Browse the repository at this point in the history
…sabled via the frontend nurikk/zigbee2mqtt-frontend#2339
  • Loading branch information
Koenkk committed Dec 30, 2024
1 parent e48cd22 commit ed75553
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/util/settings.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"default": false
}
},
"required": ["enabled"]
"required": []
},
"availability": {
"type": "object",
Expand Down Expand Up @@ -89,7 +89,7 @@
"required": ["timeout"]
}
},
"required": ["enabled"]
"required": []
},
"mqtt": {
"type": "object",
Expand Down Expand Up @@ -413,7 +413,7 @@
"requiresRestart": true
}
},
"required": ["enabled"]
"required": []
},
"devices": {
"type": "object",
Expand Down

0 comments on commit ed75553

Please sign in to comment.