Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed Nov 26, 2018
1 parent 82daa1a commit 577e660
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/panels/config/cloud/cloud-webhooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ import {
CloudWebhook,
} from "../../../data/cloud";

declare global {
// for fire event
interface HASSDomEvents {
"manage-cloud-webhook": WebhookDialogParams;
}
}

export class CloudWebhooks extends LitElement {
public hass?: HomeAssistant;
public cloudStatus?: CloudStatusLoggedIn;
Expand Down

0 comments on commit 577e660

Please sign in to comment.