MAX CARDS
Closed this issue · 1 comments
antasp3136 commented
Is the max cards limited to 10 only or can this be increased to display all cards in the system?
uhppoted commented
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 :-).