Skip to content

Commit 42cd735

Browse files
committed
Patch for new version
1 parent 9f44758 commit 42cd735

File tree

4 files changed

+7
-11
lines changed

4 files changed

+7
-11
lines changed

emhass/Dockerfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,12 @@ RUN apt-get update \
1717
python3-dev \
1818
git \
1919
build-essential \
20-
coinor-libcbc-dev \
2120
coinor-cbc \
21+
coinor-libcbc-dev \
2222
libglpk-dev \
2323
glpk-utils \
2424
libhdf5-dev \
2525
libhdf5-serial-dev \
26-
#netcdf-bin \
27-
#libnetcdf-dev \
2826
pkg-config \
2927
python3-h5py \
3028
gfortran \
@@ -42,8 +40,6 @@ RUN apt-get update \
4240
build-essential \
4341
libhdf5-dev \
4442
libhdf5-serial-dev \
45-
#netcdf-bin \
46-
#libnetcdf-dev \
4743
pkg-config \
4844
gfortran \
4945
&& rm -rf /var/lib/apt/lists/*

emhass/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
build_from:
2-
amd64: ghcr.io/home-assistant/amd64-base-debian:bullseye
3-
armhf: ghcr.io/home-assistant/armhf-base-debian:bullseye
4-
armv7: ghcr.io/home-assistant/armv7-base-debian:bullseye
5-
aarch64: ghcr.io/home-assistant/aarch64-base-debian:bullseye
2+
amd64: ghcr.io/home-assistant/amd64-base-debian:bookworm
3+
armhf: ghcr.io/home-assistant/armhf-base-debian:bookworm
4+
armv7: ghcr.io/home-assistant/armv7-base-debian:bookworm
5+
aarch64: ghcr.io/home-assistant/aarch64-base-debian:bookworm
66
codenotary:
77
signer: notary@home-assistant.io
88
base_image: notary@home-assistant.io

emhass/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: EMHASS
22
description: Energy Management for Home Assistant
33
url: https://github.com/davidusb-geek/emhass
4-
version: 0.5.0
4+
version: 0.5.1
55
slug: emhass
66
arch:
77
- aarch64

emhass/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
numpy==1.26.0
22
pandas==2.0.3
33
scipy==1.11.3
4-
pvlib>=0.10.1
4+
pvlib>=0.10.2
55
protobuf>=3.0.0
66
pytz>=2021.1
77
requests>=2.25.1

0 commit comments

Comments
 (0)