Skip to content

Commit 86722ba

Browse files
authored
2024.8.0 (#123276)
2 parents 17930a6 + be48107 commit 86722ba

File tree

3,196 files changed

+146904
-87449
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,196 files changed

+146904
-87449
lines changed

.core_files.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ base_platforms: &base_platforms
4949
- homeassistant/components/tts/**
5050
- homeassistant/components/update/**
5151
- homeassistant/components/vacuum/**
52+
- homeassistant/components/valve/**
5253
- homeassistant/components/water_heater/**
5354
- homeassistant/components/weather/**
5455

.coveragerc

Lines changed: 0 additions & 1733 deletions
This file was deleted.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ If the code communicates with devices, web services, or third-party tools:
7474
- [ ] New or updated dependencies have been added to `requirements_all.txt`.
7575
Updated by running `python3 -m script.gen_requirements_all`.
7676
- [ ] For the updated dependencies - a link to the changelog, or at minimum a diff between library versions is added to the PR description.
77-
- [ ] Untested files have been added to `.coveragerc`.
7877

7978
<!--
8079
This project is very active and we have a high turnover of pull requests.

.github/workflows/builder.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fetch-depth: 0
3333

3434
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
35-
uses: actions/[email protected].0
35+
uses: actions/[email protected].1
3636
with:
3737
python-version: ${{ env.DEFAULT_PYTHON }}
3838

@@ -69,7 +69,7 @@ jobs:
6969
run: find ./homeassistant/components/*/translations -name "*.json" | tar zcvf translations.tar.gz -T -
7070

7171
- name: Upload translations
72-
uses: actions/[email protected].3
72+
uses: actions/[email protected].4
7373
with:
7474
name: translations
7575
path: translations.tar.gz
@@ -116,7 +116,7 @@ jobs:
116116

117117
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
118118
if: needs.init.outputs.channel == 'dev'
119-
uses: actions/[email protected].0
119+
uses: actions/[email protected].1
120120
with:
121121
python-version: ${{ env.DEFAULT_PYTHON }}
122122

@@ -175,7 +175,7 @@ jobs:
175175
sed -i "s|pykrakenapi|# pykrakenapi|g" requirements_all.txt
176176
177177
- name: Download translations
178-
uses: actions/[email protected].7
178+
uses: actions/[email protected].8
179179
with:
180180
name: translations
181181

@@ -190,7 +190,7 @@ jobs:
190190
echo "${{ github.sha }};${{ github.ref }};${{ github.event_name }};${{ github.actor }}" > rootfs/OFFICIAL_IMAGE
191191
192192
- name: Login to GitHub Container Registry
193-
uses: docker/login-action@v3.2.0
193+
uses: docker/login-action@v3.3.0
194194
with:
195195
registry: ghcr.io
196196
username: ${{ github.repository_owner }}
@@ -256,7 +256,7 @@ jobs:
256256
fi
257257
258258
- name: Login to GitHub Container Registry
259-
uses: docker/login-action@v3.2.0
259+
uses: docker/login-action@v3.3.0
260260
with:
261261
registry: ghcr.io
262262
username: ${{ github.repository_owner }}
@@ -329,14 +329,14 @@ jobs:
329329

330330
- name: Login to DockerHub
331331
if: matrix.registry == 'docker.io/homeassistant'
332-
uses: docker/login-action@v3.2.0
332+
uses: docker/login-action@v3.3.0
333333
with:
334334
username: ${{ secrets.DOCKERHUB_USERNAME }}
335335
password: ${{ secrets.DOCKERHUB_TOKEN }}
336336

337337
- name: Login to GitHub Container Registry
338338
if: matrix.registry == 'ghcr.io/home-assistant'
339-
uses: docker/login-action@v3.2.0
339+
uses: docker/login-action@v3.3.0
340340
with:
341341
registry: ghcr.io
342342
username: ${{ github.repository_owner }}
@@ -453,12 +453,12 @@ jobs:
453453
uses: actions/[email protected]
454454

455455
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
456-
uses: actions/[email protected].0
456+
uses: actions/[email protected].1
457457
with:
458458
python-version: ${{ env.DEFAULT_PYTHON }}
459459

460460
- name: Download translations
461-
uses: actions/[email protected].7
461+
uses: actions/[email protected].8
462462
with:
463463
name: translations
464464

0 commit comments

Comments
 (0)