Replies: 6 comments
-
Hello @zacwest . I'd like to take a look into this. I guess in this task I need to:
|
Beta Was this translation helpful? Give feedback.
-
The design should probably be modeled after what the frontend version of the logbook looks like. The API is documented on developers.home-assistant.io. |
Beta Was this translation helpful? Give feedback.
-
Rough strokes of what's needed for this:
|
Beta Was this translation helpful? Give feedback.
-
Thanks. This should be sufficient information for now. Since this will be kind of separated part of the app I could use some design pattern such as MVVM even though it is not used in main app. Do you prefer me to do this? |
Beta Was this translation helpful? Give feedback.
-
I believe you can create a VM for the Logbook widget based on the log details to compute what is visible, that should Please stick to PromiseKit for any async delivery of details. We may end up skipping combine and going right to coroutines. |
Beta Was this translation helpful? Give feedback.
-
Created pull request to get Logbook data from API #1481 |
Beta Was this translation helpful? Give feedback.
-
Show the past few entries in the Logbook, deeplink to the entity in question.
Beta Was this translation helpful? Give feedback.
All reactions