From 3dacf0aafff668359fd749e1f5f4bb24af785ee4 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 31 May 2022 12:03:54 -0700 Subject: [PATCH 1/3] Update 2022-05-29-matter-in-home-assistant-workshop-announcement.markdown --- ...5-29-matter-in-home-assistant-workshop-announcement.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..a55188a8c2a 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.50 @ [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! From 56b6bf624b73e839faba1ef64c2495d4a2715d0c Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 31 May 2022 12:04:37 -0700 Subject: [PATCH 2/3] Update 2022-05-29-matter-in-home-assistant-workshop-announcement.markdown --- ...5-29-matter-in-home-assistant-workshop-announcement.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 a55188a8c2a..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)) or M5Stamp C3 ($6.50 @ [M5Stack](https://twitter.com/home_assistant/status/1531712479016890369)) +- 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! From 600c3bc53cf8853f2062044d36a7e1c37c0d44ca Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Wed, 1 Jun 2022 11:50:11 +0200 Subject: [PATCH 3/3] Explain limitation of multiple !include on top level (#22939) --- source/_docs/configuration/splitting_configuration.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: