ssieb / esphome_components

My collection of components for esphome
Other
198 stars 125 forks source link

Alternative ip5306 battery level handling #49

Open MichaKersloot opened 1 year ago

MichaKersloot commented 1 year ago

for issue #45 this would be the proposed changes and some HA integration optimizations for just the ip5306 custom component.

landonr commented 1 year ago

👍

landonr commented 1 year ago

the esp32 camera stuff should be in a different branch

MichaKersloot commented 1 year ago

I'm afraid i've got no idea how to split branches AND keep the stuff working for me. Git is not my thing i'm afraid.

landonr commented 1 year ago

you can make a branch off of this branch (to hold onto esp32 cam stuff), and then just delete the esp32 cam folder from this branch.

or you could cherry pick the esp32 cam commits onto a new branch, and then checkout commit 49788b3 (i think thats the last ip5306 one) and force push that