Merge branch 'current' into rc

This commit is contained in:
Franck Nijhof 2022-06-01 12:59:34 +02:00
commit 9aca394ce7
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
2 changed files with 4 additions and 2 deletions

View File

@ -76,7 +76,9 @@ device_tracker: !include device_tracker.yaml
Nesting `!include`s (having an `!include` within a file that is itself `!include`d) will also work. Nesting `!include`s (having an `!include` within a file that is itself `!include`d) will also work.
You can, as well, have multiple top-level `!include`s for a given integration, if you give a different label to each one: Some integrations support multiple top-level `!include`s, this includes integrations defining an IoT domain, e.g. `light`, `switch`, `sensor` as well as the `automation`, `script` and `template` integrations, if you give a different label to each one. Configuration for other integrations can instead be split up by using packages. To learn more about packages, see the [Packages](/docs/configuration/packages) page.
Example of multiple top-level keys for the `light` platform.
```yaml ```yaml
light: light:

View File

@ -30,7 +30,7 @@ The workshop will be free but you will need a couple of things if you want to be
- Home Assistant OS 8.0 or newer (Matter relies on an add-on and Bluetooth) - Home Assistant OS 8.0 or newer (Matter relies on an add-on and Bluetooth)
- [Home Assistant Community Store](https://hacs.xyz/) installed - [Home Assistant Community Store](https://hacs.xyz/) installed
- Espressif ESP32-C3-DevKitM-1 ($9 @ [Mouser](https://www.mouser.com/ProductDetail/356-ESP32-C3DEVKITM1), €17 @ [Conrad](https://www.conrad.de/de/p/espressif-entwicklungsboard-esp32-c3-devkitm-1-2490158.html)) - Espressif ESP32-C3-DevKitM-1 ($9 @ [Mouser](https://www.mouser.com/ProductDetail/356-ESP32-C3DEVKITM1), €17 @ [Conrad](https://www.conrad.de/de/p/espressif-entwicklungsboard-esp32-c3-devkitm-1-2490158.html)) or M5Stamp C3 ($6 @ [M5Stack](https://twitter.com/home_assistant/status/1531712479016890369))
- Bluetooth. If you use a Raspberry Pi to run Home Assistant youre set. If you have a Home Assistant Blue or another device without Bluetooth, get a Bluetooth USB adapter that is supported by Home Assistant OS ([like this one](https://www.amazon.com/gp/product/B09DMP6T22/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B09DMP6T22&linkCode=as2&tag=homeassista0e-20&linkId=c5046239bf04d5b21835299dfb393f0e)). - Bluetooth. If you use a Raspberry Pi to run Home Assistant youre set. If you have a Home Assistant Blue or another device without Bluetooth, get a Bluetooth USB adapter that is supported by Home Assistant OS ([like this one](https://www.amazon.com/gp/product/B09DMP6T22/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B09DMP6T22&linkCode=as2&tag=homeassista0e-20&linkId=c5046239bf04d5b21835299dfb393f0e)).
Even if you cant follow along, it will still be an informative session! Even if you cant follow along, it will still be an informative session!