-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Add paper-progress to hassio install/update processes #6267
Conversation
} from "lit-element"; | ||
import { SubscribeMixin } from "../../../src/mixins/subscribe-mixin"; | ||
import { HomeAssistant } from "../../../src/types"; | ||
import "@polymer/paper-progress/paper-progress"; |
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.
Can we use mwc-linear-progress
?
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.
YAS. I actually came to this PR to say this :)
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.
Pls take a look
There hasn't been any activity on this pull request recently. This pull request has been automatically marked as stale because of that and will be closed if no further activity occurs within 7 days. |
Parent PR was closed |
Proposed change
Display
paper-progress
when updating Core or installing/updating an addon.Supervisor PR: home-assistant/supervisor#1805
Something like this:
Type of change
Example configuration
Note: You need HA supervisor development env to test this.
Additional information
Checklist
If user exposed functionality or configuration variables are added/changed: