Home Assistant - Cleaning the Database Using Labels

After the latest updates to Home Assistant, the ability to add labels to entities was introduced. It turned out to be a quite convenient way to manage database cleanup using automation. Labels allow for easy browsing, filtering, and grouping of entities in different views. By leveraging them in automation, you can conveniently adjust its scope without directly editing the automation. alias: Purge frigate data from db description: "" trigger: - platform: time at: "03:00:00" condition: [] action: - service: recorder....

June 16, 2024 · 1 min · 4ib3r

Cat Feeder

Construction Description During a holiday trip, it became necessary to create a device to ensure that the cat left at home wouldn’t go hungry. This isn’t the first attempt at solving this issue; a previous design based on a threaded mechanism to dispense food didn’t work out. It was difficult to control the amount of food dispensed, and the mechanism often jammed. Thus, a new construction was developed based on a 28BYJ-48 stepper motor modified to a bipolar version, which rotates the entire container with compartments....

September 9, 2023 · 2 min · 4ib3r