jcgoette / baby_buddy_homeassistant

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

Default Last Feeding Entity Shows as Unknown #68

Closed ahgray closed 2 years ago

ahgray commented 2 years ago

Last feeding entity shows as unknown by default. The attribbutes seem to populate and work. I could create an attribute item as a work around but this seems like it should be a simple fix to have it work like the other entities, which do work by default.

2022-06-15_12-35

jcgoette commented 2 years ago

That's because it would show "Amount", but your amount value is null.

Potentially related to #45.