Home Assistant Müllkalender einrichten - smarter Abfall über API ♻️

Do you always forget to put your trash out when the garbage truck comes? With the waste collection calendar in Home Assistant, you always have the collection dates for paper, residual waste, and other types of recyclables at a glance and can even get a notification the day before 👍 As a little bonus, I'll also show you how to run Python scripts in Home Assistant using the SSH add-on, which is how we'll configure the waste collection calendar integration 🙌 🔗More information, code snippet for notification automation & more → https://www.simon42.com/home-assistan... ======== VIDEOS & PLAYLISTS ======== 📹    • Home Assistant HomeKit Bridge Integration ...   📹    • Mit Home Assistant ZigBee Geräte steuern ...   📹    • Backups in Home Assistant — so macht es ei...   📋    • Neu bei Home Assistant? → Starte hier 🚨   🛟 Need help with Home Assistant topics? → https://community.simon42.com -- Chapter 🎥 -- 00:00 - 0: Intro 00:10 - 0.1: Why integrate a waste collection calendar into Home Assistant? 00:26 - 0.2: Prerequisites 01:00 - 0.3: What can the custom component hacs_waste_collection_schedule do? 02:38 - 1: Installing the waste collection schedule via HACS in Home Assistant 03:29 - 2: Creating the configuration for hacs_waste_collection_schedule 04:01 - 2.1: Python script to help create the configuration 04:38 - 2.2: Configuring the SSH add-on for Python execution (root access) 05:41 - 2.3: Exiting the HA console 06:01 - 2.4: Navigating to the hacs_waste_collection_schedule folder 07:20 - 2.5: Running Python scripts for hacs_waste_collection_schedule 08:00 - 2.6: Creating a virtual environment for Python 09:49 - 2.7: Generating the configuration for hacs_waste_collection_schedule 12:00 - 2.8: Adding the waste collection calendar configuration to Configuration.yaml 12:37 - 3: Checking the waste collection calendar in Home Assistant 13:46 - 3.1: Inserting a code snippet & creating the Next Collection entity 15:14 - 3.3: Individual waste types explained as entities 16:37 - 3.4: Displaying waste collection dates in the Home Assistant dashboard 17:23 - 4: Outro & Bonus