From c12b031999c5429e5171d454cc16d0e428824004 Mon Sep 17 00:00:00 2001 From: Sebastian Nohn Date: Sun, 19 Apr 2026 19:42:05 +0200 Subject: [PATCH 1/2] add link to home assistant native 7 segment integration --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 25e69c5..3e31d74 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ Turns ![Watermeter](doc/watermeter.jpg) into ```820.5745``` so it can become ![G [![CI](https://github.com/nohn/watermeter/workflows/CI/badge.svg)](https://github.com/nohn/watermeter/actions/workflows/ci.yml?query=branch%3Amain) [![Docker Hub Pulls](https://img.shields.io/docker/pulls/nohn/watermeter?label=docker%20hub%20pulls)](https://hub.docker.com/r/nohn/watermeter/tags?page=1&ordering=last_updated) +Please note, that this is not able to read 7-segment-displays. If you are using Home Assistant and want to read 7-segment-displays, you may want to take a look at the [native 7 segments integration](https://www.home-assistant.io/integrations/seven_segments/). + ## Getting Started This is only a quick introduction to setting up and configuring watermeter. A more extensive documentation can be found in [the howto](doc/HOWTO.md). From 255ef6c7800dadfac48ba6759b1e5a67ea8e0bb4 Mon Sep 17 00:00:00 2001 From: Sebastian Nohn Date: Sun, 19 Apr 2026 20:52:33 +0200 Subject: [PATCH 2/2] do tf not cache --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bf1dec9..c77d2ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN mkdir -p log/debug log/error tmp \ && chmod -R 777 log tmp COPY composer.json ./ -RUN composer install --no-ansi --no-interaction --no-progress +RUN composer install --no-ansi --no-interaction --no-progress --no-cache COPY classes/ ./classes/ COPY public/ ./public/ COPY src/ ./src/