baby_buddy_homeassistant icon indicating copy to clipboard operation
baby_buddy_homeassistant copied to clipboard

This custom integration provides sensors for Baby Buddy API endpoints.

Results 15 baby_buddy_homeassistant issues
Sort by recently updated
recently updated
newest added

Hi, I'm unable to add my Baby Buddy Addon within Home Assistant. Any idea as to why it keeps failing. I believe got the correct IP, port and API. But...

I would like to add activity tags when changing diapers, I see it right that this is not (yet?) possible?

I'm trying to add a button that will add a pumping entry with a specific start and end time, but that doesn't seem to be possible currently. When I add...

enhancement

When using the `add_pumping` service, specifying a float for the amount is always saved as an integer (2.73 -> 2.0, 3.5 -> 3.0, etc) in baby buddy. I have confirmed...

It would make more sense to see the time from the last feed rather than the amount on the last feeding entity. Now the entity shows the feeding amount. One...

enhancement

The baby buddy integration is only displaying the following entities: - select.baby_buddy_diaper_color - select.baby_buddy_diaper_type - select.baby_buddy_feeding_method - select.baby_buddy_feeding_type - sensor.baby_ - sensor._last_change - sensor._last_feeding - sensor._last_height - sensor._last_timer - sensor._last_weight...

question
stale

``` service: babybuddy.add_feeding data: method: Bottle type: Fortified breast milk amount: >- {{ (states.input_number.bottle_pre_feed.state | int) - (states.input_number.bottle_post_feed.state | int) }} notes: Auto-Log from Smart Scale. start: >- {{ as_timestamp(states.input_datetime.baby_feed_start.state)...

Hi, could you also add grams as the supported measurement units for the integration? Since our scale displays the number in grams it is much easier to enter them as...

Per https://github.com/babybuddy/babybuddy/pull/325.

enhancement
good first issue

Unless I am missing something it seems that adding tags to notes isn't currently supported? This would be a nice addition. Thanks!

enhancement
good first issue