Skip to content

Commit 9174b5e

Browse files
authored
add link to home assistant native 7 segment integration (#164)
* add link to home assistant native 7 segment integration * do tf not cache
1 parent e39d377 commit 9174b5e

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN mkdir -p log/debug log/error tmp \
1111
&& chmod -R 777 log tmp
1212

1313
COPY composer.json ./
14-
RUN composer install --no-ansi --no-interaction --no-progress
14+
RUN composer install --no-ansi --no-interaction --no-progress --no-cache
1515
COPY classes/ ./classes/
1616
COPY public/ ./public/
1717
COPY src/ ./src/

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Turns ![Watermeter](doc/watermeter.jpg) into ```820.5745``` so it can become ![G
66

77
[![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)
88

9+
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/).
10+
911
## Getting Started
1012

1113
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).

0 commit comments

Comments
 (0)