-
Notifications
You must be signed in to change notification settings - Fork 17
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
Wine Drink Date #18
Comments
True. This I would like to see too, if at all possible. |
I'd like to add that with the list of bottles that you have. Will need some help on quality assurance. Anyone interested? |
what can I do to help ? |
what can i do to help...On 2 Apr 2023 22:30, rwez ***@***.***> wrote:
what can I do to help ?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
I figured out yesterday that basically all the data of your cellar should be available. The question is how to get it in home assistant. You can add groups, but I actually want just a list of bottles with their characteristics. |
Ok, i got this to work. First, you need to change the following class in your init file:
Then, I've changed this property in sensor.py
Then, add this to your dashboard:
To get a list of all your wines, sorted by Red, White, Rosé, with attributes like drink date, vintage, value in the list. |
@pmaere Thank you for the code. Getting in each bottle looks great and I've managed to alter my code to do the same. However, I would also like to get groups of countries/colours in, as it's interesting to see at a glance the percentage of wines from france vs portugal for example. Furthermore, when I remove a wine from cellar tracker it doesn't seem to remove the sensor. Any ideas? |
What a great integration, thank you very much! Not a bug, more a very kind request: Any chance we can get the "Drink by" data? After all, this is what most people use CT for :)
Thank you very much!
The text was updated successfully, but these errors were encountered: