mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-31 13:07:49 +00:00
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:
parent
16ae52c321
commit
6627a96a05
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user