Checklist
Is your feature request related to a problem? Please describe.
Would be nice to have the 'Last Changed' value auto-update when the system detects the battery has been replaced. Example logic (with some user tunable settings )to cause 'battery replaced' detection...
In my prior HA system we had this feature and its very useful, especially when you have 30 or 40 battery devices to contend with.
Describe the solution you'd like
Battery was <=80% and changes to 95%-100% for more than 12 hours
-- logic like this helps avoid glitches with incorrect value reads/updates and still detect when an actual battery is changed; often battery values take a while to update, or the device may go offline for a bit, having a user defined 'more than N hours' value helps with this.
Describe alternatives you've considered
none, not sure how to make this happen with battery notes,
Additional context
n/a
Checklist
Is your feature request related to a problem? Please describe.
Would be nice to have the 'Last Changed' value auto-update when the system detects the battery has been replaced. Example logic (with some user tunable settings )to cause 'battery replaced' detection...
In my prior HA system we had this feature and its very useful, especially when you have 30 or 40 battery devices to contend with.
Describe the solution you'd like
Battery was <=80% and changes to 95%-100% for more than 12 hours
-- logic like this helps avoid glitches with incorrect value reads/updates and still detect when an actual battery is changed; often battery values take a while to update, or the device may go offline for a bit, having a user defined 'more than N hours' value helps with this.
Describe alternatives you've considered
none, not sure how to make this happen with battery notes,
Additional context
n/a