Create Recurring Tasks in Home Assistant
| |

Create Recurring Tasks in Home Assistant

In this guide, I’ll show you how to create recurring tasks in Home Assistant. For example, if you are looking to keep track of things such as: HVAC filter reminders Salt reminders for water softener Pill Reminder Oil Changes Yearly reminders such as cleaning the gutters, vehicle inspection/renewals Dental/Doctor visit reminders …then this is the…

Send Teams Notification when A User Logs in through RDP

Send Teams Notification when A User Logs in through RDP

In this short tutorial, I’ll show you how to create a simple Powershell script that sends a Microsoft Teams notification whenever someone logs into a computer or server. There are a number of reasons you might want to setup a login notification like this. Auditing login/logoff events Monitoring critical servers Keeping an eye on highly-sensitive…

How To Create a Mushroom Card Grid Dashboard in Home Assistant
| |

How To Create a Mushroom Card Grid Dashboard in Home Assistant

In this guide, I’m going to show you how to install and configure a beautiful dashboard using Mushroom Cards. After I show you some of the example cards, I’ll show you how to create a beautiful nested grid Lovelace dashboard. What are “Mushroom Cards”? Mushroom Cards is a minimalistic, beautiful set of cards you can…

Part 5: Roborock S7: Sequentially Vacuuming Rooms in Home Assistant
| | |

Part 5: Roborock S7: Sequentially Vacuuming Rooms in Home Assistant

In this guide, I’m going to show you how to create an automation that will sequentially (asynchronously) vacuum rooms in Home Assistant. If you’ve been following along with my Roborock S7 Series, then you’ll know I created individual scripts that correspond to each room of my house. script.vacuum_office script.vacuum_kitchen script.vacuum_living_room etc Roborock S7 Vacuum in…

Simple Home Assistant Notification when Plex is Playing
| | | |

Simple Home Assistant Notification when Plex is Playing

In this guide, I’ll show you how to create an automation that sends a notification whenever one of your Plex users start watching something. This automation was found in this community forum post. This is handy for a lot of reasons. Sometimes it’s neat to just see who is actually utilizing your Plex server. Other…

Display Microsoft Teams Presence Status in Home Assistant
| | |

Display Microsoft Teams Presence Status in Home Assistant

In this guide, I’m going to show you how to display your Teams presence status in Home Assistant. There are a few ways to configure this. Each method has certain advantages/disadvantages with restrictions for each method, but I’ve found Option 2 below to be the easiest to setup. Displaying your Teams status (Busy, Available, Do…

How To Copy Files to Google Drive using Powershell
| |

How To Copy Files to Google Drive using Powershell

In this guide, I’m going to show you how to copy (upload) files to Google Drive using a simple Powershell script. This is a great way to automate the process of moving items to the cloud for backup and retention purposes. On my home server, I have a storage array specifically for backups (R:\) I…