This blueprint will run at a specific time and day of the week and will provide you a list of battery devices that have their battery level below a threshold.
Notification action example:
service: notify.home_email
data:
title: Home Assistant - Battery Monitor
message: Low battery detected in {{sensors}}.
To use the blueprint use the link below to import it to your Home Assistant installation:
If you want to change something or check the code, go to my git repo: https://github.com/gmlupatelli/blueprints_repo
To do:
- Figure out a way to expand the devices and areas inside the template. Right now I can only exclude entities
Original Code
The original author for the core of the code is Sbxy, my version basically slightly improves the UI for choosing the days the automation should run. Check his version here: Low battery level detection & notification for all battery sensors