(Post edited…)
I’ve realised that this thread is about Notification on Low Battery Levels.
I was looking for a method to identify low battery levels and (as I should have realised) there are plenty of methods.
In case another newcomer stumbles upon this, here is a very simple solution that even I could implement:
- install the Auto-Entities plugin: 🔹 Auto-entities - Automatically fill cards with entities
- create a card with this code:
type: custom:auto-entities
card:
show_header_toggle: false
title: Battery low
type: entities
filter:
include:
- attributes:
device_class: battery
state: <= 60
exclude:
- name: /[Ll]ow/
- name: /[Ss]tate/
sort:
method: state
numeric: true
and voila:
(My original post was:
Why on earth isn’t there an integration available that will monitor battery levels?
Doesn’t everyone need this etc etc
just another naive newbie post )