diff --git a/source/_docs/configuration/splitting_configuration.markdown b/source/_docs/configuration/splitting_configuration.markdown index 8fb85cc92ee..baef0f92a42 100644 --- a/source/_docs/configuration/splitting_configuration.markdown +++ b/source/_docs/configuration/splitting_configuration.markdown @@ -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. -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 light: diff --git a/source/_posts/2022-05-29-matter-in-home-assistant-workshop-announcement.markdown b/source/_posts/2022-05-29-matter-in-home-assistant-workshop-announcement.markdown index abc144137b6..15cc860541c 100644 --- a/source/_posts/2022-05-29-matter-in-home-assistant-workshop-announcement.markdown +++ b/source/_posts/2022-05-29-matter-in-home-assistant-workshop-announcement.markdown @@ -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 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 you’re 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 can’t follow along, it will still be an informative session!