Skip to content

Commit

Permalink
Generate v2023.9.0b2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 2, 2023
1 parent 2b011ce commit 58545a7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion homeassistant_core
Submodule homeassistant_core updated 34 files
+1 −1 homeassistant/components/aemet/manifest.json
+1 −1 homeassistant/components/frontend/manifest.json
+48 −20 homeassistant/components/homeassistant/triggers/event.py
+1 −1 homeassistant/components/nextcloud/__init__.py
+1 −1 homeassistant/components/nextcloud/entity.py
+104 −92 homeassistant/components/nextcloud/sensor.py
+1 −1 homeassistant/components/sleepiq/manifest.json
+4 −4 homeassistant/components/template/strings.json
+2 −2 homeassistant/components/water_heater/strings.json
+23 −18 homeassistant/components/zha/__init__.py
+21 −5 homeassistant/components/zha/config_flow.py
+0 −1 homeassistant/components/zha/core/const.py
+42 −11 homeassistant/components/zha/core/gateway.py
+1 −5 homeassistant/components/zha/core/helpers.py
+4 −2 homeassistant/components/zha/manifest.json
+20 −3 homeassistant/components/zha/radio_manager.py
+126 −0 homeassistant/components/zha/repairs.py
+14 −2 homeassistant/components/zha/strings.json
+1 −1 homeassistant/const.py
+1 −1 homeassistant/package_constraints.txt
+1 −1 pyproject.toml
+6 −3 requirements_all.txt
+6 −3 requirements_test_all.txt
+1 −0 script/hassfest/dependencies.py
+91 −2 tests/components/homeassistant/triggers/test_event.py
+2 −8 tests/components/zha/common.py
+43 −16 tests/components/zha/conftest.py
+1 −1 tests/components/zha/test_api.py
+57 −18 tests/components/zha/test_config_flow.py
+3 −3 tests/components/zha/test_diagnostics.py
+51 −28 tests/components/zha/test_gateway.py
+61 −2 tests/components/zha/test_radio_manager.py
+235 −0 tests/components/zha/test_repairs.py
+9 −2 tests/components/zha/test_websocket_api.py
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "homeassistant-stubs"
version = "2023.9.0b1"
version = "2023.9.0b2"
description = "PEP 484 typing stubs for Home Assistant Core"
authors = ["Ruslan Sayfutdinov <ruslan@sayfutdinov.com>"]
license = "MIT"
Expand All @@ -27,7 +27,7 @@ packages = [

[tool.poetry.dependencies]
python = "^3.11"
homeassistant = "2023.9.0b1"
homeassistant = "2023.9.0b2"

[tool.poetry.group.dev.dependencies]
awesomeversion = ">=21.11.0"
Expand Down

0 comments on commit 58545a7

Please sign in to comment.