fix: quick fix for https://github.com/fhem/mod-LaMetric2/issues/1
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4d27db261e
commit
750b484165
@ -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
|
||||
#
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user