jcgoette / baby_buddy_homeassistant

This custom integration provides sensors for Baby Buddy API endpoints.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

refactor entity creation

github-actions opened this issue · comments

refactor entity creation

# TODO: refactor entity creation

    sensors = []

    # TODO: refactor entity creation
    for entity in baby_buddy_data.entities_get():
        entity_list = [baby_buddy_data]
        for part in entity:

f1e6a2bffb70e7f171015311967f381bea9343be