Skip to content

Added instructions for custom UIs to show up in the HA dev info panel #4903

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

Merged
merged 3 commits into from
Mar 12, 2018

Conversation

c727
Copy link
Contributor

@c727 c727 commented Mar 12, 2018

Description:
Added instructions for custom UIs to show up in the HA dev info panel

home-assistant/frontend#981

Checklist:

  • Branch: Fixes, changes and adjustments should be created against current. New documentation for platforms/components and features should go to next.
  • The documentation follow the standards.

Added instructions for custom UIs to show up in the HA dev info panel

home-assistant/frontend#981
@c727 c727 changed the title Update frontend_creating_custom_ui.markdown Added instructions for custom UIs to show up in the HA dev info panel Mar 12, 2018
@@ -77,5 +91,6 @@ class StateCardMyCustomLight extends Polymer.Element {
customElements.define(StateCardMyCustomLight.is, StateCardMyCustomLight);
</script>
```
Note: Some browsers don't support latest ECMAScript standards, these require a separate ES5 compatible file (`extra_html_url_es5`).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use the note format used throughout the website.

Copy link
Member

@fabaff fabaff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks 🐦

@fabaff fabaff merged commit 91b5ca9 into next Mar 12, 2018
@balloob balloob deleted the c727-patch-1 branch March 12, 2018 18:57
@c727 c727 mentioned this pull request Mar 23, 2018
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants