fix: quick fix for https://github.com/fhem/mod-LaMetric2/issues/1
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Dominik Meyer 2025-03-03 19:36:14 +01:00
parent 4d27db261e
commit 750b484165
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97
2 changed files with 7 additions and 0 deletions

View File

@ -34,6 +34,9 @@ RUN git clone https://gitea.federationhq.de/byterazor/FHEM-NTFY.git /FHEM-NTFY
RUN git clone https://gitea.federationhq.de/byterazor/FHEM-Lightcontrol.git /FHEM-Lightcontrol
RUN git clone https://github.com/PatricSperling/FHEM_SST.git /SST
# patch LA_Metric to support any apikey
RUN sed 's/.*apikey does not.*//' -i /fhem-src/fhem/FHEM/70_LaMetric2.pm
RUN sed 's/.*apikey \!.*//' -i /fhem-src/fhem/FHEM/70_LaMetric2.pm
#
# the main fhem image
#

View File

@ -37,6 +37,10 @@ within the image.
* https://gitea.federationhq.de/byterazor/FHEM-NTFY
* https://gitea.federationhq.de/byterazor/FHEM-NEWSISPM
## Patches
- Patched 70_LaMetric2.pm to support any apikey (github issue https://github.com/fhem/mod-LaMetric2/issues/1)
## Updates
I am trying to update the image weekly as long as my private kubernetes cluster is available. So I do not promise anything and do **not** rely