andrew-codechimp / HA-Battery-Notes

A Home Assistant integration to provide battery notes of devices
MIT License
445 stars 83 forks source link

Fixed Incorrectly Named Service Parameter #1732

Closed myztillx closed 1 month ago

myztillx commented 1 month ago

The battery_notes.check_battery_last_reported service had parameter data.days. This was incorrect and should have been data.days_last_reported. The service call is correct in all the community examples.

andrew-codechimp commented 1 month ago

Thanks for spotting this.