Skip to content

Commit 63437ba

Browse files
authored
Merge branch 'dev' into simplisafe-binary-secret
2 parents b62d29b + d8cbcc1 commit 63437ba

File tree

555 files changed

+40436
-7698
lines changed

Some content is hidden

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

555 files changed

+40436
-7698
lines changed

.github/workflows/builder.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
publish: ${{ steps.version.outputs.publish }}
2828
steps:
2929
- name: Checkout the repository
30-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
30+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
3131
with:
3232
fetch-depth: 0
3333

@@ -94,7 +94,7 @@ jobs:
9494
- arch: i386
9595
steps:
9696
- name: Checkout the repository
97-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
97+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
9898

9999
- name: Download nightly wheels of frontend
100100
if: needs.init.outputs.channel == 'dev'
@@ -227,7 +227,7 @@ jobs:
227227
- green
228228
steps:
229229
- name: Checkout the repository
230-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
230+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
231231

232232
- name: Set build additional args
233233
run: |
@@ -265,7 +265,7 @@ jobs:
265265
runs-on: ubuntu-latest
266266
steps:
267267
- name: Checkout the repository
268-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
268+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
269269

270270
- name: Initialize git
271271
uses: home-assistant/actions/helpers/git-init@master
@@ -309,7 +309,7 @@ jobs:
309309
registry: ["ghcr.io/home-assistant", "docker.io/homeassistant"]
310310
steps:
311311
- name: Checkout the repository
312-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
312+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
313313

314314
- name: Install Cosign
315315
uses: sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0
@@ -418,7 +418,7 @@ jobs:
418418
if: github.repository_owner == 'home-assistant' && needs.init.outputs.publish == 'true'
419419
steps:
420420
- name: Checkout the repository
421-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
421+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
422422

423423
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
424424
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
@@ -463,7 +463,7 @@ jobs:
463463
HASSFEST_IMAGE_TAG: ghcr.io/home-assistant/hassfest:${{ needs.init.outputs.version }}
464464
steps:
465465
- name: Checkout repository
466-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
466+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
467467

468468
- name: Login to GitHub Container Registry
469469
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ on:
3737
type: boolean
3838

3939
env:
40-
CACHE_VERSION: 1
40+
CACHE_VERSION: 2
4141
UV_CACHE_VERSION: 1
4242
MYPY_CACHE_VERSION: 1
4343
HA_SHORT_VERSION: "2025.12"
@@ -99,7 +99,7 @@ jobs:
9999
steps:
100100
- &checkout
101101
name: Check out code from GitHub
102-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
102+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
103103
- name: Generate partial Python venv restore key
104104
id: generate_python_cache_key
105105
run: |

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ jobs:
2121

2222
steps:
2323
- name: Check out code from GitHub
24-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
24+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2525

2626
- name: Initialize CodeQL
27-
uses: github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
27+
uses: github/codeql-action/init@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3
2828
with:
2929
languages: python
3030

3131
- name: Perform CodeQL Analysis
32-
uses: github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
32+
uses: github/codeql-action/analyze@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3
3333
with:
3434
category: "/language:python"

.github/workflows/translations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout the repository
22-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
22+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2323

2424
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
2525
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434
- &checkout
3535
name: Checkout the repository
36-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
36+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
3737

3838
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
3939
id: python

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ repos:
8787
pass_filenames: false
8888
language: script
8989
types: [text]
90-
files: ^(homeassistant/.+/(icons|manifest|strings)\.json|homeassistant/.+/(quality_scale)\.yaml|homeassistant/brands/.*\.json|homeassistant/.+/services\.yaml|script/hassfest/(?!metadata|mypy_config).+\.py|requirements.+\.txt)$
90+
files: ^(homeassistant/.+/(icons|manifest|strings)\.json|homeassistant/.+/(conditions|quality_scale|services|triggers)\.yaml|homeassistant/brands/.*\.json|script/hassfest/(?!metadata|mypy_config).+\.py|requirements.+\.txt)$
9191
- id: hassfest-metadata
9292
name: hassfest-metadata
9393
entry: script/run-in-env.sh python3 -m script.hassfest -p metadata,docker

.strict-typing

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ homeassistant.components.google_cloud.*
231231
homeassistant.components.google_drive.*
232232
homeassistant.components.google_photos.*
233233
homeassistant.components.google_sheets.*
234+
homeassistant.components.google_weather.*
234235
homeassistant.components.govee_ble.*
235236
homeassistant.components.gpsd.*
236237
homeassistant.components.greeneye_monitor.*
@@ -578,6 +579,7 @@ homeassistant.components.wiz.*
578579
homeassistant.components.wled.*
579580
homeassistant.components.workday.*
580581
homeassistant.components.worldclock.*
582+
homeassistant.components.xbox.*
581583
homeassistant.components.xiaomi_ble.*
582584
homeassistant.components.yale_smart_alarm.*
583585
homeassistant.components.yalexs_ble.*

CODEOWNERS

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
image: ghcr.io/home-assistant/{arch}-homeassistant
22
build_from:
3-
aarch64: ghcr.io/home-assistant/aarch64-homeassistant-base:2025.10.1
4-
armhf: ghcr.io/home-assistant/armhf-homeassistant-base:2025.10.1
5-
armv7: ghcr.io/home-assistant/armv7-homeassistant-base:2025.10.1
6-
amd64: ghcr.io/home-assistant/amd64-homeassistant-base:2025.10.1
7-
i386: ghcr.io/home-assistant/i386-homeassistant-base:2025.10.1
3+
aarch64: ghcr.io/home-assistant/aarch64-homeassistant-base:2025.11.0
4+
armhf: ghcr.io/home-assistant/armhf-homeassistant-base:2025.11.0
5+
armv7: ghcr.io/home-assistant/armv7-homeassistant-base:2025.11.0
6+
amd64: ghcr.io/home-assistant/amd64-homeassistant-base:2025.11.0
7+
i386: ghcr.io/home-assistant/i386-homeassistant-base:2025.11.0
88
cosign:
99
base_identity: https://github.com/home-assistant/docker/.*
1010
identity: https://github.com/home-assistant/core/.*

homeassistant/brands/google.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"google_tasks",
1616
"google_translate",
1717
"google_travel_time",
18+
"google_weather",
1819
"google_wifi",
1920
"google",
2021
"nest",

0 commit comments

Comments
 (0)