jcgoette / baby_buddy_homeassistant

This custom integration provides sensors for Baby Buddy API endpoints.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Request: Allow more specific food measurements

sfgabe opened this issue · comments

commented

I'm integrating a kitchen scale to record food measurements, so I'd like to add decimal point options to the feeding switch.

I've done this on my local version by changing line 91 in switch.py to
vol.Optional(ATTR_AMOUNT): cv.positive_float,

Just sharing in case you want to integrate it.

Sounds cool.

Open a PR?

commented