Mark hardware integration as enabled by default (#31402)

* Mark hardware integration as enabled by default

* tweak

---------

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
Franck Nijhof 2024-02-13 09:56:07 +01:00 committed by GitHub
parent 43150528d0
commit b58bd77a60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,9 +13,4 @@ ha_integration_type: system
The Hardware integration provides an API which offers information about certain board types, USB dongles, and resource usage.
This integration is by default enabled, unless you've disabled or removed the [`default_config:`](/integrations/default_config/) line from your configuration. If that is the case, the following example shows you how to enable this integration manually:
```yaml
# Example configuration.yaml entry
hardware:
```
This integration is enabled by default.