-
Notifications
You must be signed in to change notification settings - Fork 25
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
Remove daily summary index #141
Conversation
Codecov Report
@@ Coverage Diff @@
## master #141 +/- ##
==========================================
+ Coverage 24.60% 25.01% +0.41%
==========================================
Files 65 65
Lines 2556 2550 -6
==========================================
+ Hits 629 638 +9
+ Misses 1848 1832 -16
- Partials 79 80 +1
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apart of the lint errors, look good to me.
@mickmister maybe I missing something here but I have some issues when I deploy this.
Is there maybe a breaking change that means I need to start over with a fresh install and fresh KV store? |
@DHaussermann the first error should be resolved by my most recent push. The second error seems to be caused by the same nil logger as mentioned in #116 . I've commented there saying so. @larkox @levb We now ensure the daily summary settings are set after connect, so we do not have special case nil checks in several places in the code. |
@mickmister In it;s current state this is not testable for me. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and passed
- Daily summary now works again!
- Tested setting and updating delivery time.
- No issues found.
LGTM!
Please merge to make HA PR easier to test.
Summary
This PR makes it so the daily summary settings live within the rest of the user's personal settings. I would like to consolidate the user settings in one place before we are locked into the store structure by the first release. This way there is only one user index as well. Feedback welcome, also tests still need to be adjusted.
Fixes #130