-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Show JS version and custom UIs in dev info #981
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
Conversation
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.
Looks good to me, but let's wait for @balloob
Yeah I'm 👍 on this. Just not sure what's with the top "Custom UI's" in the screenshot? I don't see it in the code either? (I also think it shouldn't be there, just 1 place to render this data seems fine) |
@@ -123,6 +123,19 @@ | |||
<p> | |||
Path to configuration.yaml: [[hass.config.core.config_dir]] | |||
</p> | |||
<p> |
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 move this under the version of Python/ Polymer ?
@balloob "Custom UI 20180216" is added by Andrey's state-card where I got the inspiration for this - It's not included in this PR |
Added instructions for custom UIs to show up in the HA dev info panel home-assistant/frontend#981
…#4903) * Update frontend_creating_custom_ui.markdown Added instructions for custom UIs to show up in the HA dev info panel home-assistant/frontend#981 * Use note class * Update frontend_creating_custom_ui.markdown
* Show JS version and custom UIs in dev info * Custom UIs * Move to bottom
A problem with custom UIs is that users often run old, cached, versions. This shows the
installedrunning version now.Andrey already has this for his custom-ui. This should provide an interface for everyone
code to include in your custom-state-card: