Skip to content

Commit

Permalink
chore: upgrade homeassistant to 2025.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bdossantos committed Jan 11, 2025
1 parent cc7c12d commit 351d641
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 15 deletions.
18 changes: 9 additions & 9 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ENV \
DEBIAN_FRONTEND=noninteractive \
PATH=$PATH:/app/bin \
PYTHONUSERBASE=/app \
VERSION=2024.10.3
VERSION=2025.1.2

COPY homeassistant /config
COPY homeassistant/secrets.yaml.dist /config/secrets.yaml
Expand All @@ -22,18 +22,18 @@ RUN set -eux \
libavformat-dev=7:5.1.6-0+deb12u1 \
libavutil-dev=7:5.1.6-0+deb12u1 \
libbluetooth-dev=5.66-1+deb12u2 \
libcurl4-openssl-dev=7.88.1-10+deb12u7 \
libglib2.0-dev=2.74.6-2+deb12u3 \
libcurl4-openssl-dev=7.88.1-10+deb12u8 \
libglib2.0-dev=2.74.6-2+deb12u5 \
libgmp-dev=2:6.2.1+dfsg1-1.1 \
libmpc-dev=1.3.1-1 \
libmpfr-dev=4.2.0-1 \
libswresample-dev=7:5.1.6-0+deb12u1 \
libswscale-dev=7:5.1.6-0+deb12u1 \
libturbojpeg0=1:2.1.5-2 \
libudev-dev=252.30-1~deb12u2 \
libudev-dev=252.33-1~deb12u1 \
libuv1-dev=1.44.2-1+deb12u1 \
libxrandr-dev=2:1.5.2-2+b1 \
sqlite3=3.40.1-2 \
sqlite3=3.40.1-2+deb12u1 \
swig=4.1.0-0.2 \
zlib1g-dev=1:1.2.13.dfsg-1 \
&& pip install \
Expand All @@ -48,12 +48,11 @@ RUN set -eux \
grpcio==1.64.0 \
homeassistant=="${VERSION}" \
numpy==1.26.4 \
pillow==10.4.0 \
pillow==11.0.0 \
pip==23.1.2 \
PyTurboJPEG==1.7.7 \
psycopg2-binary==2.9.9 \
pyspeex-noise==1.0.2 \
pybluez==0.23 \
webrtcvad==2.0.10 \
wheel==0.40.0 \
&& apt-get clean \
Expand Down Expand Up @@ -95,17 +94,18 @@ RUN set -eux \
&& apt-get update \
&& apt-get install -y --no-install-recommends \
bluetooth=5.66-1+deb12u2 \
bluez=5.66-1+deb12u2 \
ca-certificates=20230311 \
ffmpeg=7:5.1.6-0+deb12u1 \
iperf3=3.12-1+deb12u1 \
iputils-ping=3:20221126-1 \
iputils-ping=3:20221126-1+deb12u1 \
libbluetooth3=5.66-1+deb12u2 \
libmpc-dev=1.3.1-1 \
libturbojpeg0=1:2.1.5-2 \
net-tools=2.10-0.1 \
nmap=7.93+dfsg1-1 \
nut-client=2.8.0-7 \
sqlite3=3.40.1-2 \
sqlite3=3.40.1-2+deb12u1 \
zlib1g=1:1.2.13.dfsg-1 \
&& apt-get autoremove -y \
&& apt-get clean \
Expand Down
6 changes: 0 additions & 6 deletions homeassistant/sensor/cert_expiry.yaml

This file was deleted.

0 comments on commit 351d641

Please sign in to comment.