Fix ZHA database_path marked as required (#36493)

This commit is contained in:
TheJulianJES 2024-12-23 08:44:33 +01:00 committed by GitHub
parent e254babb90
commit 9567c05e99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -256,7 +256,7 @@ For more advanced configuration, you can modify {% term "`configuration.yaml`" %
{% configuration %} {% configuration %}
database_path: database_path:
description: _Full_ path to the database which will keep persistent network data. description: _Full_ path to the database which will keep persistent network data.
required: true required: false
type: string type: string
enable_quirks: enable_quirks:
description: Enable quirks mode for devices where manufacturers didn't follow specs. description: Enable quirks mode for devices where manufacturers didn't follow specs.