From f78f759feda064d3559c946ebf4af361e161f41c Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Fri, 5 Jan 2024 18:02:15 +0100 Subject: [PATCH] Add note about mismatch docs and code --- .github/workflows/build-firmware.yaml | 6 +++--- Readme.md | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-firmware.yaml b/.github/workflows/build-firmware.yaml index 91c389f1..af901891 100644 --- a/.github/workflows/build-firmware.yaml +++ b/.github/workflows/build-firmware.yaml @@ -3,9 +3,9 @@ name: Build & Deploy firmware on: - push: - branches: - - main + # push: + # branches: + # - main # release: # types: # - published diff --git a/Readme.md b/Readme.md index 18ae7bfc..ca13f731 100644 --- a/Readme.md +++ b/Readme.md @@ -11,6 +11,9 @@ [![GitHub Last Commit][last-commit-shield]][commits] [![Contributors][contributors-shield]][contributors-url] +> [!NOTE] +> Currently the documentation does not match the current codebase, this is due to a refactor and working towards a v4 release. If you want to use the stable release (v3.1.0)? Then use this [documentation](https://github.com/klaasnicolaas/home-assistant-glow/blob/v3.1.0/Readme.md) and the following [`home_assistant_glow.yaml`](https://github.com/klaasnicolaas/home-assistant-glow/blob/eda2baa1c96b033dc2262be7ec70a49ea7d9dfaf/home_assistant_glow.yaml) file. + During my internship at [Nabu Casa][nc] in the first half of 2021, I focused on energy management in homes and how to collect all energy data and display it on a dashboard. From core release **2021.8** you can now also get started with the [energy dashboard][energy] in Home Assistant!