From 6c92f97d4453b32d151286c6a3c2559c31c3f0a6 Mon Sep 17 00:00:00 2001 From: Denys Dovhan Date: Tue, 15 Oct 2024 00:00:02 +0300 Subject: [PATCH] docs: Update docs --- docs/config/index.md | 110 ++++++++++++++++++++++--------------------- 1 file changed, 57 insertions(+), 53 deletions(-) diff --git a/docs/config/index.md b/docs/config/index.md index 5161351..3af0031 100755 --- a/docs/config/index.md +++ b/docs/config/index.md @@ -40,7 +40,8 @@ Here you can discover all of the automations powering my home. The list is autom 1. [๐Ÿ”” Alert](#-alert) (9 automation) 1. [๐ŸŒก๏ธ Climate](#-climate) (8 automation) 1. [๐ŸŒ† Curtains](#-curtains) (4 automation) -1. [๐Ÿ’ก Light](#-light) (12 automation) +1. [๐Ÿ’ก Light](#-light) (11 automation) +1. [โš™๏ธ Lights](#-lights) (1 automation) 1. [๐ŸŽต Media](#-media) (2 automation) 1. [๐Ÿšฆ Mode](#-mode) (7 automation) 1. [๐Ÿ”˜ Presence](#-presence) (2 automation) @@ -57,63 +58,66 @@ Total number of automations: **63**๏ธ - [Danger in Kyiv](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L122) โ€“ Danger of missile/drone strike in Kyiv RIGHT NOW. Critical alert to hide immediately. - [Denys left the Office](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L277) โ€“ Notify when Denys is leaving the office - [Electricity Outage](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L306) โ€“ Notify everyone when there is no electricity at home. -- [Electricity will turn on soon](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L515) โ€“ Notify 1 hours in advance before the electricity turns on +- [Electricity will turn on soon](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L524) โ€“ Notify 1 hours in advance before the electricity turns on - [Imminent Attack by Strategic Bombers](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L221) โ€“ Send a notification when Tu-95 strategic bombers take off from Russian airfields. This means attack by cruise missiles is imminent. Prepare a hideout. -- [No Electricity Soon](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L485) โ€“ Notify 30 minutes in advance before the electricity turns off -- [Notify about EcoFlow discharge level](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L1611) โ€“ Send notification when EcoFlow is draining battery. +- [No Electricity Soon](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L494) โ€“ Notify 30 minutes in advance before the electricity turns off +- [Notify about EcoFlow discharge level](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L1620) โ€“ Send notification when EcoFlow is draining battery. ### ๐ŸŒก๏ธ Climate -- [Calibrate Bedroom TRV temperature](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L1539) โ€“ Calibrate TRV temperature with external sensor. -- [Calibrate Cabinet Left TRV temperature](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L1548) โ€“ Calibrate TRV temperature with external sensor. -- [Calibrate Cabinet Right TRV temperature](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L1557) โ€“ Calibrate TRV temperature with external sensor. -- [Calibrate Living Room TRV temperature](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L1530) โ€“ Calibrate TRV temperature with external sensor. +- [Calibrate Bedroom TRV temperature](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L1548) โ€“ Calibrate TRV temperature with external sensor. +- [Calibrate Cabinet Left TRV temperature](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L1557) โ€“ Calibrate TRV temperature with external sensor. +- [Calibrate Cabinet Right TRV temperature](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L1566) โ€“ Calibrate TRV temperature with external sensor. +- [Calibrate Living Room TRV temperature](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L1539) โ€“ Calibrate TRV temperature with external sensor. - [Suggest turning on AC when it's hot](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#LNone) โ€“ When temperature raises over certain level, send an actionable notification for turning on ACs -- [Turn on Bathroom fan when humidity is rising](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L2503) โ€“ Turn on Bathroom fan when humidity is rapidly rising. Turn it off when humidity was decreasing for some time. -- [Turn on fan when someone is on the toilet](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L1040) โ€“ When someone sits in the toilet, then turn on the fan. Turn off fan when person leaves. -- [Turn on heaters during heating season](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L545) โ€“ Turn on/off heaters when weather is getting cold/warm +- [Toggle Bathroom and Laundry fans when we sleep](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L2553) โ€“ Turn off Bathroom and Laundry fans when we sleep and turn them on in the morning. +- [Turn on fan when someone is on the toilet](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L1049) โ€“ When someone sits in the toilet, then turn on the fan. Turn off fan when person leaves. +- [Turn on heaters during heating season](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L554) โ€“ Turn on/off heaters when weather is getting cold/warm ### ๐ŸŒ† Curtains -- [Close curtains in the evening](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L2065) +- [Close curtains when any light turns on](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L2519) โ€“ Close curtains when it's dark already and any light turns on - [Open Bedroom Curtains in the morning](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L378) - [Stop opening Bedroom Curtains when we don't want to](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#LNone) โ€“ Sometimes we want to prevent Bedroom Curtains from opening. Just close them when they are opening. -- [Tighten Curtains hooks](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L1566) โ€“ Sometimes hooks on curtains are getting loose. This automation unlock and locks hooks on curtain robots +- [Tighten Curtains hooks](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L1575) โ€“ Sometimes hooks on curtains are getting loose. This automation unlock and locks hooks on curtain robots ### ๐Ÿ’ก Light -- [Activate Evening Lights in the evening](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L2193) โ€“ When it's getting dark, or sun sets, or indoor illuminance is too low, then activate Evening Lights. -- [Motion-activated lights in Bedroom](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L2343) โ€“ Turn on Lights in Bedroom based on presence and current activated light mode. -- [Motion-activated lights in Cabinet](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L2283) โ€“ Turn on Lights in Cabinet based on presence and current activated light mode. -- [Presence Simulation in Away Mode](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L1975) โ€“ Toggle Presence Simulation during Night in Away Mode -- [Suggest activating Night Lights](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L2403) โ€“ At the deep evening, send a notification suggesting to activate Night Lights mode. -- [Turn off Bathroom lights](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L1856) โ€“ When no one is in Bathroom, but the lights are still on, then turn them off. -- [Turn off Bedroom lights](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L2379) โ€“ Turn off lights in Bedroom when motion sensor doesn't detect any motion for long period of time. -- [Turn off Cabinet lights](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L2319) โ€“ Turn off lights in Cabinet when motion sensor doesn't detect any motion for long period of time. -- [Turn off Corridor Light When Door is Closed](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L1730) โ€“ Turn off Corridor Light when Front Door closes. If the light is still on, then send a notification with an action to turn off the light. -- [Turn on Bathroom Ceiling Light](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L2094) โ€“ When it's bright in the living room, turn on Bathroom Ceiling Light to match brightness in Living Room. -- [Turn on Bathroom Lightstrip](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L2005) โ€“ Turn on Bathroom Lightstrip when someone walk in. -- [Turn on Corridor Light when Door is open](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L1702) โ€“ Turn on Corridor Light when Front Door opens and then turn it off after a few minutes +- [Motion-activated lights in Bedroom](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L2324) โ€“ Turn on Lights in Bedroom based on presence and current activated light mode. +- [Motion-activated lights in Cabinet](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L2264) โ€“ Turn on Lights in Cabinet based on presence and current activated light mode. +- [Presence Simulation in Away Mode](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L1985) โ€“ Toggle Presence Simulation during Night in Away Mode +- [Suggest activating Night Lights](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L2384) โ€“ At the deep evening, send a notification suggesting to activate Night Lights mode. +- [Turn off Bathroom lights](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L1865) โ€“ When no one is in Bathroom, but the lights are still on, then turn them off. +- [Turn off Bedroom lights](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L2360) โ€“ Turn off lights in Bedroom when motion sensor doesn't detect any motion for long period of time. +- [Turn off Cabinet lights](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L2300) โ€“ Turn off lights in Cabinet when motion sensor doesn't detect any motion for long period of time. +- [Turn off Corridor Light When Door is Closed](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L1739) โ€“ Turn off Corridor Light when Front Door closes. If the light is still on, then send a notification with an action to turn off the light. +- [Turn on Bathroom Ceiling Light](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L2075) โ€“ When it's bright in the living room, turn on Bathroom Ceiling Light to match brightness in Living Room. +- [Turn on Bathroom Lightstrip](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L2015) โ€“ Turn on Bathroom Lightstrip when someone walk in. +- [Turn on Corridor Light when Door is open](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L1711) โ€“ Turn on Corridor Light when Front Door opens and then turn it off after a few minutes + +### โš™๏ธ Lights + +- [Turn on Evening Lights when its getting dark](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L2174) โ€“ When it's getting dark, or sun sets, or indoor illuminance is too low, then activate Evening Lights and close curtains ### ๐ŸŽต Media -- [Turn off Samsung TV when PlayStation turns off](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L760) โ€“ Turn off Samsung TV when PS5 goes to sleep mode -- [Turn on Apple TV when Samsung TV turns on](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L784) โ€“ Turn on Apple TV when Samsung TV turns on and PS5 is off +- [Turn off Samsung TV when PlayStation turns off](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L769) โ€“ Turn off Samsung TV when PS5 goes to sleep mode +- [Turn on Apple TV when Samsung TV turns on](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L793) โ€“ Turn on Apple TV when Samsung TV turns on and PS5 is off ### ๐Ÿšฆ Mode -- [Away Flow](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L1808) โ€“ Toggle Away mode depending on the Away input boolean -- [Away on Leaving City](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L1818) โ€“ Toggle Away mode depending on proximity to the Kyiv city -- [Do Not Disturb on Focus](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L1513) โ€“ Switch Do Not Disturb while camera, mic or focus are on -- [Evening Lights Activation](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L2252) โ€“ The activation flow for a Evening Lights mode. Enables turns on corresponding lights and motion-activated lights. -- [Low Power Mode](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L463) โ€“ Minimise electricity consumption during the outage, when on reserve power supply. -- [Night Lights Activation](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L2268) โ€“ The activation flow for a Evening Lights mode. Enables turns on corresponding lights and motion-activated lights. -- [Sleeping Lights Activation](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L2572) โ€“ The activation flow for a Sleeping Lights mode. Enables turns on corresponding lights. +- [Away Flow](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L1817) โ€“ Toggle Away mode depending on the Away input boolean +- [Away on Leaving City](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L1827) โ€“ Toggle Away mode depending on proximity to the Kyiv city +- [Do Not Disturb on Focus](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L1522) โ€“ Switch Do Not Disturb while camera, mic or focus are on +- [Evening Lights Activation](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L2233) โ€“ The activation flow for a Evening Lights mode. Enables turns on corresponding lights and motion-activated lights. +- [Low Power Mode](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L472) โ€“ Minimise electricity consumption during the outage, when on reserve power supply. +- [Night Lights Activation](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L2249) โ€“ The activation flow for a Evening Lights mode. Enables turns on corresponding lights and motion-activated lights. +- [Sleeping Lights Activation](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L2504) โ€“ The activation flow for a Sleeping Lights mode. Enables turns on corresponding lights. ### ๐Ÿ”˜ Presence -- [Everyone is Leaving](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L1102) -- [Someone is Arriving](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L1897) โ€“ Adjust home when someone arrives home: +- [Everyone is Leaving](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L1111) +- [Someone is Arriving](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L1906) โ€“ Adjust home when someone arrives home: * Close curtains when it's dark * Greet people with unique phrase played on speakers @@ -121,30 +125,30 @@ Total number of automations: **63**๏ธ ### ๐Ÿ–ฅ๏ธ System - [Charging Wall Tablet](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L23) โ€“ Handles charging for Wall Tablet, keeping battery level between 20-80% -- [Fetch reports from Ukrenergo](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L2119) โ€“ Parse data from [Ukrenergo](https://t.me/s/Ukrenergo) chanel with AI. Send notification about electricity outages updates. Update variables for other automations. -- [Home Assistant Start](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L818) โ€“ Notify Denys when Home Assistant starts -- [Notify about high CPU usage](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L906) โ€“ Send alert when HA has a high CPU usage -- [Notify about high RAM usage](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L870) โ€“ Notify when RAM usage is high for some time. -- [Notify when Media disk is full](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L937) โ€“ Notify when Media drive is 95% full for some time. -- [Notify when System disk is full](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L840) โ€“ Send a notification when system disk is 90% full. -- [Run chores in config folder](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L965) โ€“ Run scripts for generating README, commiting regular updated, etc -- [Turn off fridge when EcoFlow is below 50%](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L1877) โ€“ Turn off fridge when EcoFlow is discharged below 50%, but there still no electricity. Save electricity additional ~100Wh. +- [Fetch reports from Ukrenergo](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L2100) โ€“ Parse data from [Ukrenergo](https://t.me/s/Ukrenergo) chanel with AI. Send notification about electricity outages updates. Update variables for other automations. +- [Home Assistant Start](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L827) โ€“ Notify Denys when Home Assistant starts +- [Notify about high CPU usage](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L915) โ€“ Send alert when HA has a high CPU usage +- [Notify about high RAM usage](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L879) โ€“ Notify when RAM usage is high for some time. +- [Notify when Media disk is full](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L946) โ€“ Notify when Media drive is 95% full for some time. +- [Notify when System disk is full](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L849) โ€“ Send a notification when system disk is 90% full. +- [Run chores in config folder](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L974) โ€“ Run scripts for generating README, commiting regular updated, etc +- [Turn off fridge when EcoFlow is below 50%](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L1886) โ€“ Turn off fridge when EcoFlow is discharged below 50%, but there still no electricity. Save electricity additional ~100Wh. - [Wake up Wall Tablet](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L1) โ€“ When someone walks the corridor, wake up the wall mounted tablet ### ๐Ÿงน Vacuum -- [Ask Regular Cleaning](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L1456) โ€“ Regular vacuum cleaning every two days -- [Ask for Maintenance](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L1388) โ€“ Send vacuum near trash bin and ask for maintenance -- [Clean Counting](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L1214) โ€“ Count cleanings with counter. Needed for maintaining the robot and making request to clean home. -- [Notify about errors](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L1010) โ€“ Notify when error with vacuum occured -- [Notify when finished cleaning](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L977) โ€“ Notify when vacuum finished cleaning and we are not home. -- [Replacements Alert](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L1308) โ€“ Notify when vacuum parts need to be replaced -- [Stop cleaning when we return home](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L1083) โ€“ Send vacuum home when somebody comes home -- [iOS Actions](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L1230) โ€“ Handle iOS actions for vacuum cleaner +- [Ask Regular Cleaning](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L1465) โ€“ Regular vacuum cleaning every two days +- [Ask for Maintenance](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L1397) โ€“ Send vacuum near trash bin and ask for maintenance +- [Clean Counting](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L1223) โ€“ Count cleanings with counter. Needed for maintaining the robot and making request to clean home. +- [Notify about errors](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L1019) โ€“ Notify when error with vacuum occured +- [Notify when finished cleaning](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L986) โ€“ Notify when vacuum finished cleaning and we are not home. +- [Replacements Alert](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L1317) โ€“ Notify when vacuum parts need to be replaced +- [Stop cleaning when we return home](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L1092) โ€“ Send vacuum home when somebody comes home +- [iOS Actions](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L1239) โ€“ Handle iOS actions for vacuum cleaner ### โš™๏ธ WIP -- [Open Living Room Curtains in the morning.](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L2471) +- [Open Living Room Curtains in the morning.](https://github.com/denysdovhan/home-assistant-config/blob/e721533aca75b44f1110e09a348419de9d25031d/automations.yaml#L2452) ## Addons