mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-29 04:06:35 +00:00
Merge pull request #3720 from SeanPM5/patch-1
Add documentation link on Events panel
This commit is contained in:
commit
b1a6580afb
@ -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