From 199560c7dd8d14337dddda820e499f92d1f51505 Mon Sep 17 00:00:00 2001 From: Felipe Santos Date: Tue, 28 Mar 2023 14:27:53 -0300 Subject: [PATCH 1/2] Add guide on how to install from artifacts --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 268071ed..598241b8 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,12 @@ lovelace: type: module ``` +### Advanced Users: Installing Unreleased Versions + +You can install any unreleased version of the card by leveraging the GitHub Actions artifacts that are generated on every revision. Here is a video walkthrough installing the latest revision of the `release-4.1.0` branch: + +https://user-images.githubusercontent.com/29582865/228320074-6a2607f5-c637-48d5-b833-a553f8df8f4f.mp4 + ## Configuration At least 1 camera must be configured in the `cameras` section, but otherwise all configuration parameters are optional. From 7c5e5501aa0aba3abd778a0c662fafe8d56f0f65 Mon Sep 17 00:00:00 2001 From: Felipe Santos Date: Tue, 28 Mar 2023 14:30:15 -0300 Subject: [PATCH 2/2] Hide behind spoiler tag --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 598241b8..2a52f265 100644 --- a/README.md +++ b/README.md @@ -83,8 +83,13 @@ lovelace: You can install any unreleased version of the card by leveraging the GitHub Actions artifacts that are generated on every revision. Here is a video walkthrough installing the latest revision of the `release-4.1.0` branch: +
+ Click here to show + https://user-images.githubusercontent.com/29582865/228320074-6a2607f5-c637-48d5-b833-a553f8df8f4f.mp4 +
+ ## Configuration At least 1 camera must be configured in the `cameras` section, but otherwise all configuration parameters are optional.