Add documentation link on Events panel

adds a link to events documentation which contains helpful information for using this tool.
This commit is contained in:
Sean Mooney 2019-09-14 23:32:13 -04:00 committed by GitHub
parent 16ae52c321
commit 6627a96a05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,8 +45,14 @@ class HaPanelDevEvent extends EventsMixin(PolymerElement) {
<div class$="[[computeFormClasses(narrow)]]">
<div class="flex">
<p>Fire an event on the event bus.</p>
<p>
Fire an event on the event bus.
<a
href="https://www.home-assistant.io/docs/configuration/events/"
target="_blank"
>Events Documentation.</a
>
</p>
<div class="ha-form">
<paper-input
label="Event Type"