From 21ba8fed72921086dc7dfeb774a25720c75f73d0 Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Thu, 27 Jan 2022 20:06:20 -0800 Subject: [PATCH] Minor README fixes. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c18b020..98c72a93 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Frigate card example -| ♥️ This card is under active development. Be sure to consult the documentation that matches the release of the card you're using. Latest stable release: [v2.1](https://github.com/dermotduffy/frigate-hass-card/blob/v2.1.0/README.md) | +| ♥️ This card is under active development. Be sure to consult the documentation that matches the release of the card you're using, rather than the documentation at head. README for latest stable release: [v2.1](https://github.com/dermotduffy/frigate-hass-card/blob/v2.1.0/README.md) ♥️ | | - | # Frigate Lovelace Card @@ -1122,7 +1122,7 @@ The following table describes the behavior these flags have. ### Card Update Truth Table -| `view.update_seconds` | `view.timeout_seconds` | `view.update_force` | `view.update_entities` | Behavior | +| `view . update_seconds` | `view . timeout_seconds` | `view . update_force` | `view . update_entities` | Behavior | | :-: | :-: | :-: | :-: | - | | `0` | `0` | *(Any value)* | Unset | Card will not automatically refresh. | | `0` | `0` | *(Any value)* | *(Any entity)* | Card will reload default view when entity state changes. |