Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Add "bulk reject" #161

Open
2 tasks done
mdeweerd opened this issue Jan 6, 2024 · 2 comments
Open
2 tasks done

[Feature]: Add "bulk reject" #161

mdeweerd opened this issue Jan 6, 2024 · 2 comments
Labels

Comments

@mdeweerd
Copy link
Contributor

mdeweerd commented Jan 6, 2024

Requirements

  • I have updated Mushroom to the latest available version
  • I did a search to see if there is a similar issue or if a pull request is open.

Is your feature request related to a problem?

One of the collection types is "bulk reject" (or "Encombrants" in French).
I think that this could be a specific waste type rather than "other".

Describe the solution you'd like

Add another waste type that would have the short name "bulk".

Describe alternatives you've considered

The alternative is to have it covered by "other", but other could refer to other cases for instance for "dangerous waste".

Additional context

No response

@Arcane1980
Copy link

Arcane1980 commented Sep 3, 2024

Hey @mdeweerd did you find your solution for this? Can you not utilise the "Create New Pattern" and make a unique bulk trash for yourself? (noting I'm not sure if the create new pattern was available when you requested this).

I've used the function to add everything from my Dog's monthly Flea treatment to pay day, the day the cleaner is due and monthly bill due dates.

Screenshot 2024-09-03 141644

@mdeweerd
Copy link
Contributor Author

mdeweerd commented Sep 3, 2024

Possibly when I set this up, pattern had some issues/it was not clear how to use it (I think I opened an issue for that and I expected pattern to be a regex).
The proposal is about having "common" trash classifications added to the default list. That would avoid end users to have to add patterns.
For purposes that are not related to trash it is perfectly normal that you need to use patterns.

I currently use "other" as I have the following configuration based on a calendar.

          - drop_todayevents_from: '10:00:00'
            next_days: 6
            day_style: default
            type: custom:trash-card
            entity: calendar.poubelles
            fill_container: true
            settings:
              recycle:
                label: Tri
                icon: mdi:recycle
                color: blue
                pattern: recycle
              others:
                color: purple
                icon: mdi:table-furniture
              waste:
                color: brown
                icon: mdi:trash-can-outline
                pattern: waste
                label: Ord.Ménagères
              organic:
                label: Vert
                icon: mdi:flower
                pattern: organic
              paper:
                label: Papier
                pattern: paper
                icon: mdi:newspaper-variant-multiple
            filter_events: false
            layout: horizontal
            use_summary: false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants