From 1223ea0b7bc4848e214a6452cdf70904cad462cc Mon Sep 17 00:00:00 2001
From: Nicholas Hadler
Date: Tue, 6 Sep 2022 12:51:04 -0700
Subject: [PATCH 1/2] Fixed spelling mistake in alexa.smart_home.markdown
(#24004)
---
source/_integrations/alexa.smart_home.markdown | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/source/_integrations/alexa.smart_home.markdown b/source/_integrations/alexa.smart_home.markdown
index 22ab1024d14..ab46cec4001 100644
--- a/source/_integrations/alexa.smart_home.markdown
+++ b/source/_integrations/alexa.smart_home.markdown
@@ -140,7 +140,7 @@ The first thing you need to do after signing into the [AWS console](https://cons
-- Give your new role a name, such as `AWSLambdaBasicExecutionRole-SmartHome`, then click the `Create role` button at the bottom of the pahe. You should be able to find your new role in the roles list now.
+- Give your new role a name, such as `AWSLambdaBasicExecutionRole-SmartHome`, then click the `Create role` button at the bottom of the page. You should be able to find your new role in the roles list now.
### Add Code to the Lambda Function
From 10a0fa30db5bc19b66a3f7ad64e36b1d57c28c9a Mon Sep 17 00:00:00 2001
From: Erik Montnemery
Date: Tue, 6 Sep 2022 22:48:20 +0200
Subject: [PATCH 2/2] Document the hardware integration (#24009)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
* Document the hardware integration
* Address review comments
* Update source/_integrations/hardware.markdown
Co-authored-by: Joakim Sørensen
Co-authored-by: Joakim Sørensen
---
source/_integrations/hardware.markdown | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
create mode 100644 source/_integrations/hardware.markdown
diff --git a/source/_integrations/hardware.markdown b/source/_integrations/hardware.markdown
new file mode 100644
index 00000000000..4105ed5c5e8
--- /dev/null
+++ b/source/_integrations/hardware.markdown
@@ -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:
+```