-
Notifications
You must be signed in to change notification settings - Fork 26
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
Buttons in Table #128
Comments
+1 on this one
So having a table where you can connect actions to a column should be nice. |
@paulbusse: If you don't mind me asking, what do you use for your wine inventory and how would you integrate with it to "consume a bottle"? |
@EdLeckert: I use grocy. It just manages the number of bottles. I only have 10-15 different wines in stock (max 200 bottles) But the inventory is all I need. I know which wines I have. Buying I typically do in the Grocy web interface on my PC I would create a table like
Using the grocy custom component, I would link the calls below to a click on the column.
The buy icon and consume icon could be any fixed text/icon. There are other use cases I can see as well:
|
@paulbusse: I was just curious if you used CellarTracker. It's a nice system, but has a limited API...basically only intended for backups, though there are HA integrations that use it to provide a detailed inventory. |
@EdLeckert The only thing I store is a URL to a description of the wine. @BenJewell: The information I'm talking about is coming into HA as a list in an attribute. |
One big thing that is seemingly missing (unless I am missing something?) is having a button or similar entity in a table. I can make the table show the name or state of the button, but not the clickable button itself.
The text was updated successfully, but these errors were encountered: