-
-
Notifications
You must be signed in to change notification settings - Fork 116
Description
System Health details
Version: 2024.2.0
Source: Container
Channel: Stable
I'm unable to find the "System Health" page on my Docker installation with those instructions. I've submitted a separate ticket to HA regarding this.
Checklist
- I have added
battery_notes:to my configuration.yaml and restarted. - I have read the FAQ's.
- I have enabled debug logging for my installation.
- I have filled out the issue template to the best of my ability.
- This issue only contains 1 issue (if you have multiple issues, open one issue for each issue).
- This issue is not a duplicate issue of any previous issues..
Describe the issue
Set the Battery Notes battery sensor to the same entity_id of the original devices battery sensor automatically hides both battery sensors when hide_battery: true. My goal is to rename my old/original battery sensors (e.g append _original) and hide them, then make the Battery Notes sensor match the original sensor ID. This means existing automations or dashboards don't need to be edited while allowing Battery Notes to become my new reference.
Reproduction steps
- Enable
hide_battery: truein your configuration.yaml and restart HA. - View a battery operated device and notice the devices original battery is hidden (expected) and Battery Notes battery sensor (with the various attributes) is displayed (expected).
- Edit the entity_id of the original device battery sensor to something like:
sensor.livingroom_temperature_battery_original - Edit the entity_id of the Battery Notes sensor to match the original devices sensor id:
sensor.livingroom_temperature_battery - Observe that the Battery Notes sensor is now marked as (Hidden) with no ability to unhide it. The settings reads, "/!\ Hidden by Integration".
I've also tried performing steps 3 and 4 while hide_battery:false, and then set hide_battery:true; however, the issue persists on HA restart.
...
Debug logs
GitHub error: Issue templates and forms are currently unavailable. Please try again later.
Diagnostics dump
No response