homeassistant-stubs 2025.5.0b4__py3-none-any.whl → 2025.5.0b5__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -77,7 +77,7 @@ class PlatformField:
77
77
  required: bool
78
78
  validator: Callable[..., Any]
79
79
  error: str | None = ...
80
- default: str | int | bool | vol.Undefined = ...
80
+ default: str | int | bool | None | vol.Undefined = ...
81
81
  is_schema_default: bool = ...
82
82
  exclude_from_reconfig: bool = ...
83
83
  conditions: tuple[dict[str, Any], ...] | None = ...
@@ -110,7 +110,7 @@ def validate_user_input(user_input: dict[str, Any], data_schema_fields: dict[str
110
110
  @callback
111
111
  def data_schema_from_fields(data_schema_fields: dict[str, PlatformField], reconfig: bool, component_data: dict[str, Any] | None = None, user_input: dict[str, Any] | None = None, device_data: MqttDeviceData | None = None) -> vol.Schema: ...
112
112
  @callback
113
- def subentry_schema_default_data_from_fields(data_schema_fields: dict[str, PlatformField]) -> dict[str, Any]: ...
113
+ def subentry_schema_default_data_from_fields(data_schema_fields: dict[str, PlatformField], component_data: dict[str, Any]) -> dict[str, Any]: ...
114
114
 
115
115
  class FlowHandler(ConfigFlow, domain=DOMAIN):
116
116
  VERSION = CONFIG_ENTRY_VERSION
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: homeassistant-stubs
3
- Version: 2025.5.0b4
3
+ Version: 2025.5.0b5
4
4
  Summary: PEP 484 typing stubs for Home Assistant Core
5
5
  Project-URL: Homepage, https://github.com/KapJI/homeassistant-stubs
6
6
  Project-URL: Bug Tracker, https://github.com/KapJI/homeassistant-stubs/issues
@@ -18,7 +18,7 @@ Classifier: Topic :: Home Automation
18
18
  Classifier: Topic :: Software Development
19
19
  Classifier: Typing :: Typed
20
20
  Requires-Python: >=3.13.2
21
- Requires-Dist: homeassistant==2025.5.0b4
21
+ Requires-Dist: homeassistant==2025.5.0b5
22
22
  Description-Content-Type: text/markdown
23
23
 
24
24
  [![CI](https://github.com/KapJI/homeassistant-stubs/actions/workflows/ci.yaml/badge.svg)](https://github.com/KapJI/homeassistant-stubs/actions/workflows/ci.yaml)
@@ -2260,7 +2260,7 @@ homeassistant-stubs/components/mqtt/camera.pyi,sha256=eDj1zOTQDw5VYepTsyLsWMiJWh
2260
2260
  homeassistant-stubs/components/mqtt/client.pyi,sha256=jweo8N8ZuFmkJZMJeTsCngZIzsholsMQ-LJVJWsEMFQ,10871
2261
2261
  homeassistant-stubs/components/mqtt/climate.pyi,sha256=mloPT_B4fa1SDbzFYIi5iSbo3haNsb-0PuqAFCtGDGo,8922
2262
2262
  homeassistant-stubs/components/mqtt/config.pyi,sha256=ZzcogEgaXfMFwZIYMPiIpTSMnuMKx6Xsvv30vbB8iXw,721
2263
- homeassistant-stubs/components/mqtt/config_flow.pyi,sha256=ZNSUR0q_ENH-yPXSRtlhA8HZIucInjqozpcoxKmXlXY,17795
2263
+ homeassistant-stubs/components/mqtt/config_flow.pyi,sha256=YwuBbLEROe3vVT0Ip3z6ObUu0b9VXM9yPfieD6dyoiE,17834
2264
2264
  homeassistant-stubs/components/mqtt/config_integration.pyi,sha256=WpU7MEABRRI1PUguDOcOJXSsNEacS63lAHfyzoYQdzg,801
2265
2265
  homeassistant-stubs/components/mqtt/const.pyi,sha256=Tiyw3LFbvgvbOunHF4kGh6P_3wVSQBDQTerwHa7k2Y4,5395
2266
2266
  homeassistant-stubs/components/mqtt/cover.pyi,sha256=PDMwucb4sPDwL9FWxAxWSBhU3Dwyc_9zHCiXcq4YqJs,5905
@@ -4198,7 +4198,7 @@ homeassistant-stubs/util/yaml/dumper.pyi,sha256=vaIsOJB6hkwj7GLyo3YCNZCTwVgvvODy
4198
4198
  homeassistant-stubs/util/yaml/input.pyi,sha256=j_ejvjaXDxeNYtA4hb9tNUPsQdi7wogbmTQXsqmt5xo,253
4199
4199
  homeassistant-stubs/util/yaml/loader.pyi,sha256=cgUew76NjS7Q1Aml5sLBE2DB9JGrJS2fE-EDE92p-og,805
4200
4200
  homeassistant-stubs/util/yaml/objects.pyi,sha256=Ynjx0JaWF3u82Pj8aXO-YeqrkzNO8t-Nn7G7rr_X-oI,206
4201
- homeassistant_stubs-2025.5.0b4.dist-info/METADATA,sha256=7vROv-RfcrgGRSBtWCprsTZ-VhqMOElK6ZEjsU75EnY,2952
4202
- homeassistant_stubs-2025.5.0b4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
4203
- homeassistant_stubs-2025.5.0b4.dist-info/licenses/LICENSE,sha256=_kHFjg-MAmJ-lXc7HiEjUzD3vZutVYKUVZZpAWcIuqo,1075
4204
- homeassistant_stubs-2025.5.0b4.dist-info/RECORD,,
4201
+ homeassistant_stubs-2025.5.0b5.dist-info/METADATA,sha256=CwtnRSaw11U8pyFtfQc-ZClDxPgP3JPz4ftbxEjOkEc,2952
4202
+ homeassistant_stubs-2025.5.0b5.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
4203
+ homeassistant_stubs-2025.5.0b5.dist-info/licenses/LICENSE,sha256=_kHFjg-MAmJ-lXc7HiEjUzD3vZutVYKUVZZpAWcIuqo,1075
4204
+ homeassistant_stubs-2025.5.0b5.dist-info/RECORD,,