mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 17:57:14 +00:00
Merge branch 'current' into rc
This commit is contained in:
commit
d93aa411a8
@ -140,7 +140,7 @@ The first thing you need to do after signing into the [AWS console](https://cons
|
|||||||
<img src='/images/integrations/alexa/create_iam_role_attach_permission.png' alt='Screenshot: Attach permission policy to IAM role'>
|
<img src='/images/integrations/alexa/create_iam_role_attach_permission.png' alt='Screenshot: Attach permission policy to IAM role'>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
- 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
|
### Add Code to the Lambda Function
|
||||||
|
|
||||||
|
20
source/_integrations/hardware.markdown
Normal file
20
source/_integrations/hardware.markdown
Normal 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:
|
||||||
|
```
|
Loading…
x
Reference in New Issue
Block a user