Document the hardware integration (#24009)

* Document the hardware integration

* Address review comments

* Update source/_integrations/hardware.markdown

Co-authored-by: Joakim Sørensen <joasoe@gmail.com>

Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
This commit is contained in:
Erik Montnemery 2022-09-06 22:48:20 +02:00 committed by GitHub
parent 1223ea0b7b
commit 10a0fa30db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,20 @@
---
title: Hardware
ha_category:
- Other
ha_release: 2022.6
ha_quality_scale: internal
ha_codeowners:
- '@home-assistant/core'
ha_domain: hardware
ha_integration_type: integration
---
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:
```