diff --git a/docs/assets/create-recycle-calendar.gif b/docs/assets/create-recycle-calendar.gif new file mode 100644 index 0000000000..3fcc9281ec Binary files /dev/null and b/docs/assets/create-recycle-calendar.gif differ diff --git a/docs/assets/create-trash-calendar.gif b/docs/assets/create-trash-calendar.gif new file mode 100644 index 0000000000..406273e1f9 Binary files /dev/null and b/docs/assets/create-trash-calendar.gif differ diff --git a/docs/products/ESPHome-Starter-Kit/everyday-use/trash-night-reminder.md b/docs/products/ESPHome-Starter-Kit/everyday-use/trash-night-reminder.md index fb783e9c91..c980316ec8 100644 --- a/docs/products/ESPHome-Starter-Kit/everyday-use/trash-night-reminder.md +++ b/docs/products/ESPHome-Starter-Kit/everyday-use/trash-night-reminder.md @@ -30,50 +30,60 @@ Never miss bin night again. Two **Home Assistant Local Calendars** - one for tra * [Adding the LED & Buzzer Module](../modules/rgb-buzzer-module.md) to wire up the RGB output. * [Connect to Home Assistant](../tutorials/connect-to-home-assistant.md) to bring the device's entities into HA. -## Find your RGB LED entity - -The LED & Buzzer module's RGB strip shows up in Home Assistant as a light entity. - -1. Open [Settings → Devices & services → ESPHome](https://my.home-assistant.io/redirect/integration/?domain=esphome) in Home Assistant. -2. Click your Starter Kit device. -3. Under **Entities**, look for a light entity named **RGB LEDs**. Click it and note the entity ID near the top of the dialog - it will look something like `light.esphome_starter_kit_rgb_leds`. Keep that ID handy. - ## Create the calendars Home Assistant's **Local Calendar** integration stores events entirely inside Home Assistant - no Google account or external service required. **Add the Trash calendar** -1. Open [Settings → Devices & services](https://my.home-assistant.io/redirect/integrations/) and click **+ Add integration**. -2. Search for **Local Calendar** and select it. -3. Name it `Trash` and click **Submit**. Home Assistant creates a calendar entity called `calendar.trash`. +1. Click the button below to start adding the **Local Calendar** integration: + + [](https://my.home-assistant.io/redirect/config_flow_start/?domain=local_calendar) + +2. Name it `Trash` and click **Submit**. Home Assistant creates a calendar entity called `calendar.trash`. + +  **Add the Recycle calendar** -4. Click **+ Add integration** again, search for **Local Calendar**, and repeat with the name `Recycle`. This creates `calendar.recycle`. +3. Click the **Add integration** button below, name this one `Recycle`, and click **Submit**. This creates `calendar.recycle`. + + [](https://my.home-assistant.io/redirect/config_flow_start/?domain=local_calendar) + +  **Add recurring events** Add a repeating event to each calendar to match your actual pickup schedule. -5. Open the **Calendar** view in your Home Assistant sidebar. If you do not see it, go to [Settings → Dashboards](https://my.home-assistant.io/redirect/lovelace_dashboards/) and add the **Calendar** panel. -6. Click the first day your trash goes out to open the new-event dialog. +4. Click the button below to open the **Calendar** view: + + [](https://my.home-assistant.io/redirect/calendar/) + +5. Select the day before your pickup and click **Add event**.