mirror of
https://github.com/home-assistant/frontend.git
synced 2026-04-18 07:56:44 +01:00
Fix cast
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
/// <reference types="chromecast-caf-sender" />
|
||||||
import { mdiTelevision } from "@mdi/js";
|
import { mdiTelevision } from "@mdi/js";
|
||||||
import { css, html, LitElement, nothing } from "lit";
|
import { css, html, LitElement, nothing } from "lit";
|
||||||
import { customElement, state } from "lit/decorators";
|
import { customElement, state } from "lit/decorators";
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
/* eslint-disable no-console */
|
/* eslint-disable no-console */
|
||||||
|
/// <reference types="chromecast-caf-sender" />
|
||||||
|
|
||||||
import type { Auth } from "home-assistant-js-websocket";
|
import type { Auth } from "home-assistant-js-websocket";
|
||||||
import { castApiAvailable } from "./cast_framework";
|
import { castApiAvailable } from "./cast_framework";
|
||||||
|
|||||||
Reference in New Issue
Block a user