jcgoette / baby_buddy_homeassistant

This custom integration provides sensors for Baby Buddy API endpoints.
MIT License
59 stars 28 forks source link

Support napping #73

Closed lukyjay closed 1 year ago

lukyjay commented 1 year ago

Hi

I have started to add some napping support as per https://github.com/jcgoette/baby_buddy_homeassistant/issues/49 This change is related to: https://github.com/babybuddy/babybuddy/pull/504 and https://github.com/babybuddy/babybuddy/issues/503

I am still new and learning. Appreciate your support.

It doesn't appear to be registering naps, and I think it's due to switch.py but I can't figure out how to pass the 'napping' bool. Appreciate your advice.

jcgoette commented 1 year ago

Hi @lukyjay , thanks for your time and interest. After reading through the discussion on BB repo, I am going to close this issue/PR until any potential design changes are implemented in BB itself.