Coming back to this “removing battery” topic - I can’t get it to work either. HA somehow found my iphone and this plugin keeps telling me the battery is empty. I have:
Added the customize section to the for every version of what I think the sensor is called (sensor.my_ipad_mini_battery_level, sensor.my_ipad_mini_battery, sensor.my_ipad_mini) all on separate lines.
I’ve tried the delete box on the “Battery Alert” card
Installed MQTT Explorer - but I can’t find any sensors in there…
so delete that one, paste it into the “Delete a Battery Sensor” field
homeassistant/sensor/leons_iphone_battery
and press enter. This will delete it. However you will also need to make sure that battery_sensor_creation_disabled is added to device_tracker.leons_iphone
I followed the documentation but I get this error (see below). Anyone has an idea? I checked it but I copied everything correctly. Google also doesn’t help.
Logger: homeassistant.components.hassio
Source: components/hassio/init.py:365
Integration: Hass.io (documentation, issues)
First occurred: 22:59:11 (2 occurrences)
Last logged: 23:11:29
Invalid config for [group]: [view] is an invalid option for [group]. Check: group->group->battery_view->view. (See ?, line ?).
The package created the group battery_status that contains the above 25 entities from HA but the automatic card for “Battery Status” group on my still default Overview page is not showing them all, only 12. I have other groups on the Overview page that contain far more than 12 entities (i.e. Input Boolean, Switch, etc.)
I’m not seeing any additional sensors created by the package.
I am getting an alert for the sensor.rear_timer_battery_level which is at 26%…
Yes, that’s what I’ve done. It’s just that my Lovelace Overview page is still the Default which auto-populates all entities in the system, except it’s not listing all 25 entities that are in the group battery_status. I don’t have any other group with more than 12 entities (areas yes, and they are okay) so maybe it’s some sort of HA/Lovelace limitation with groups…
Now that I’m comfortable finding my way around HA, it’s about time for me to change the overview page and not use the default as it has become very large, somewhat slow to fully load, and just generally unwieldy.
Sorry if I’ve missed it somewhere, but is there anyway to set a custom (or different) threshold for certain entities?
From what I’ve read, I want to be alerted when my Wyze sensors report 85% on their batteries, but I don’t want to set the battery warning to 85% for everything (several other sensors have been working down to 50%).
I setup automations to send me a notification to my phone when any of my wyze sensor batteries are lower than 86%. I also use the custom battery entity row card to display it on my lovelace system card.