-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Unclear documentation for custom chores #41
Comments
Thanks for the report! You're absolutely right about the lack of good docs, I hope to get to that soon, but certainly do appreciate the help if you end up contributing to it as well! I honestly have not tested custom chores very much yet myself so I apologize in advance for any oversights there.
It sounds like there may be some issues that need fixing here based on the details you provided. I will try and reproduce these issues on my local environment, and assuming I can, I'll get them fixed ASAP. On the documentation front, other than the fact that some of this doesn't seem to work currently, I appreciate anything that you're able to clarify or expand on! |
Thanks so much for the details. I'll try to take a look at this again soon! |
I just tried this as well, and noticed that the chore doesn't show up on the calender. Probably since we use the "Add dates" attribute. The goal is to have chores added, through automations (e.g. when the robot vacuum has run X hours, add a chore to empty the robot vacuum). |
System Health details
System Information
Home Assistant Community Store
Home Assistant Cloud
Dashboards
Recorder
Checklist
Describe the issue
Hi @bmcclure, thanks so much for creating this project! I've been planning on setting up a chore system in Home Assistant, and what you've created almost exactly fits what I envisioned, which is amazing.
One issue I've run into - it seems like there are some details missing from the documentation in how to use custom chores. I've tried a bunch of stuff, but I can't get them to show up on the calendar. Here are the things that are unclear to me:
add_date
service, I can see the date gets added in the sensor's "Add dates" field, but nothing else really seems to happen. I'm also not clear on what the "Add dates" field means or how it affects things.update_state
service is useful for custom chores, but it doesn't seem to explain how. I tried calling it after calling theadd_date
service, but it doesn't look like it's doing anything besides updating the "Last updated" timestamp.If you can fill me in on these details, I'd be happy to create a pull request with updates to the documentation. Thanks!
Reproduction steps
See details included in the issue description.
Debug logs
Diagnostics dump
No response
The text was updated successfully, but these errors were encountered: