1.7 KiB
1.7 KiB
Casting the Card
This card can be (Chrome) casted to a device (such as a Nest Hub) through the use of Home Assistant Cast.
Instructions
- Visit Home Assistant Cast and click
Start Casting - Enter your Home Assistant URL, and authorize your account.
- Click
Start Castingand choose the device to cast to from the browser menu. - Choose which view/dashboard to display.
- If successful, the view will be cast to the device.
Limitations
Casting Home Assistant dashboards comes with a number of caveats:
- Home Assistant Casting does not support the HA
streamingcomponent (source). This means clips playing and thehalive provider can not work. Other live providers such asjsmpegandwebrtc-cardfunction correctly. - The Javascript fullscreen API does not work (so the fullscreen button does not work, but see below for an equivalent).
The casting profile
The optional casting profile provides some defaults to improve your casting experience. Use it like:
profiles:
- casting
Recommended configuration for Nest Hub
Using a panel dashboard with the following base configuration will result in
the card consuming the entire device screen:
Configuration
type: custom:frigate-card
cameras:
- camera_entity: camera.office
live_provider: go2rtc
dimensions:
aspect_ratio: 1024:600
aspect_ratio_mode: static
profile:
- casting
