-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Custom Cards with Complete Button #35
Comments
As an alternative you could use lovelace-auto-entities with lovelace-multiple-entity-row and display an icon with a service action as additional entity in each row. |
Custom cards are in the plans, I started them a few months back but then got busy on other projects. It may be a little while until I get the time to complete them, but I absolutely agree they are sorely needed. I am using Auto Entities for this purpose currently, and it does work OK, so I agree that's an option in the meantime. |
@cybe @bmcclure |
Ah, I managed to figure it out. So I'll just leave the code here in case it is of help to someone else: I've given my chore-helpers the label 'chore' and this card shows each chore that is either due today or in the past with a button to complete the chore.
|
Checklist
Is your feature request related to a problem? Please describe.
I don't find checking tasks off my list very ergonomical
Describe the solution you'd like
I'd like to be able to add a dashboard that shows a button for each of the chores that are overdue. I'd like to be able to add a dashboard that shows a button for each of the chores that are overdue. Clicking on the button will call the service for completing the chore.
Describe alternatives you've considered
entity filter cards. Apparently it doesn't allow the use of templates. Also tried the regular entity card for chores, but it doesn't seem to have an interface for completing the chore.
Additional context
None
The text was updated successfully, but these errors were encountered: