Skip to content

Commit

Permalink
Merge pull request #1167 from dermotduffy/merge-main-back-to-dev
Browse files Browse the repository at this point in the history
Merge minor documentation changes from `main` into `dev`
  • Loading branch information
dermotduffy authored May 19, 2023
2 parents 0de7661 + a935c79 commit 6d5897a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ cameras:

#### Camera IDs: Referring to cameras in card configuration

Each camera configured in the card has a single identifier (`id`). For a given camera, this will be one of the camera {`id`, `camera_entity`, `webrtc_card.entity` or `frigate.camera_name`} parameters for that camera -- in that order of precedence. These ids may be used in conditions, dependencies or custom actions to refer to a given camera unambiguously. |
Each camera configured in the card has a single identifier (`id`). For a given camera, this will be one of the camera {`id`, `camera_entity`, `webrtc_card.entity` or `frigate.camera_name`} parameters for that camera -- in that order of precedence. These ids may be used in conditions, dependencies or custom actions to refer to a given camera unambiguously.

#### Example

Expand Down Expand Up @@ -4039,6 +4039,12 @@ Try resetting the app frontend cache:

* `Configuration -> Companion App -> Debugging -> Reset frontend cache`

### Chrome does not update card version after upgrade

When upgrading the card it's recommended to reset the frontend cache. Sometimes clearing site data in Chrome settings isn't enough.

* Press F12 to display `Dev Console` in Chrome then right click on the refresh icon and select `Empty Cache and Hard Reload`

### Casting to a remote media player does not work

This could be for any number of reasons. Chromecast devices can be quite picky on network, DNS and certificate issues, as well as audio and video codecs. Check your Home Assistant log as there may be more information in there.
Expand Down

0 comments on commit 6d5897a

Please sign in to comment.