uhppoted / uhppoted-app-home-assistant

UHPPOTE controller integration with Home Assistant
MIT License
8 stars 1 forks source link

MAX CARDS #6

Closed antasp3136 closed 6 months ago

antasp3136 commented 6 months ago

Is the max cards limited to 10 only or can this be increased to display all cards in the system?

uhppoted commented 6 months ago

Hi,

You can increase the max. cards to whatever you like in the configuration.yaml, e.g.:

...
uhppoted:
   ...
    max_cards: 7
    preferred_cards: 
        - 10058400
        - 10058401
    ...

It's limited by default because the configuration flows don't (or at least don't yet) break the cards list up into pages and a list of e.g. 1000 cards is just unwieldy. 10 seemed like a good number for the average home :-).