homeassistant-stubs 2024.12.0b3__py3-none-any.whl → 2024.12.0b4__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.
@@ -22,9 +22,10 @@ class PlugwiseClimateEntity(PlugwiseEntity, ClimateEntity):
22
22
  _previous_mode: str
23
23
  _attr_extra_state_attributes: Incomplete
24
24
  _attr_unique_id: Incomplete
25
+ _devices: Incomplete
26
+ _gateway: Incomplete
27
+ _gateway_data: Incomplete
25
28
  _location: Incomplete
26
- cdr_gateway: Incomplete
27
- gateway_data: Incomplete
28
29
  _attr_supported_features: Incomplete
29
30
  _attr_preset_modes: Incomplete
30
31
  _attr_min_temp: Incomplete
@@ -152,6 +152,7 @@ class Recorder(threading.Thread):
152
152
  def _guarded_process_one_task_or_event_or_recover(self, task: RecorderTask | Event) -> None: ...
153
153
  def _process_one_task_or_event_or_recover(self, task: RecorderTask | Event) -> None: ...
154
154
  def _setup_recorder(self) -> bool: ...
155
+ def _migrate_data_offline(self, schema_status: migration.SchemaValidationStatus) -> None: ...
155
156
  def _migrate_schema_offline(self, schema_status: migration.SchemaValidationStatus) -> tuple[bool, migration.SchemaValidationStatus]: ...
156
157
  def _migrate_schema_live(self, schema_status: migration.SchemaValidationStatus) -> tuple[bool, migration.SchemaValidationStatus]: ...
157
158
  def _migrate_schema(self, schema_status: migration.SchemaValidationStatus, live: bool) -> tuple[bool, migration.SchemaValidationStatus]: ...
@@ -26,6 +26,7 @@ class SpotifyCoordinator(DataUpdateCoordinator[SpotifyCoordinatorData]):
26
26
  config_entry: SpotifyConfigEntry
27
27
  client: Incomplete
28
28
  _playlist: Incomplete
29
+ _checked_playlist_id: Incomplete
29
30
  def __init__(self, hass: HomeAssistant, client: SpotifyClient) -> None: ...
30
31
  async def _async_setup(self) -> None: ...
31
32
  async def _async_update_data(self) -> SpotifyCoordinatorData: ...
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: homeassistant-stubs
3
- Version: 2024.12.0b3
3
+ Version: 2024.12.0b4
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
@@ -17,7 +17,7 @@ Classifier: Topic :: Home Automation
17
17
  Classifier: Topic :: Software Development
18
18
  Classifier: Typing :: Typed
19
19
  Requires-Python: <3.14,>=3.12
20
- Requires-Dist: homeassistant==2024.12.0b3
20
+ Requires-Dist: homeassistant==2024.12.0b4
21
21
  Description-Content-Type: text/markdown
22
22
 
23
23
  [![CI](https://github.com/KapJI/homeassistant-stubs/actions/workflows/ci.yaml/badge.svg)](https://github.com/KapJI/homeassistant-stubs/actions/workflows/ci.yaml)
@@ -2373,7 +2373,7 @@ homeassistant-stubs/components/ping/sensor.pyi,sha256=1ybsP-AGnBrBwRE9IXBPs9Bs3c
2373
2373
  homeassistant-stubs/components/plugwise/__init__.pyi,sha256=9Onx__QcuDG_-bmKbePa8B3eoX5vhvYgXqRqZ2QZYyc,894
2374
2374
  homeassistant-stubs/components/plugwise/binary_sensor.pyi,sha256=WBfscxWNhoLsRwK3OGC_RkWujhR98Uf0V1LDDOPu5Ag,1928
2375
2375
  homeassistant-stubs/components/plugwise/button.pyi,sha256=2zfBLDy7C4aJVmvLJrf9gDM-6IP2ZU3wanWZsG7YX58,1156
2376
- homeassistant-stubs/components/plugwise/climate.pyi,sha256=KlaeldDd2mDx8ikR1ZcOUcKLSm352AmUiV_kZ_6KM_o,2692
2376
+ homeassistant-stubs/components/plugwise/climate.pyi,sha256=n012AcI3JxVsfLdLFP3r6eXLV74W05acMg5IIwjEVaw,2715
2377
2377
  homeassistant-stubs/components/plugwise/config_flow.pyi,sha256=EmJ2Rx5xWlAnrZUdpnTCxRkuUm6ZuURHtK_3LTLgZAc,1547
2378
2378
  homeassistant-stubs/components/plugwise/const.pyi,sha256=Yj8KLkoqozzcJtLe-_YT8XOY3MS5nT7YwyPea4xRGhk,1030
2379
2379
  homeassistant-stubs/components/plugwise/coordinator.pyi,sha256=H4d1hsv2P4pTiwTHooSTh5Rlx8gyv2qp_Np17QAxxf0,1406
@@ -2509,7 +2509,7 @@ homeassistant-stubs/components/recorder/__init__.pyi,sha256=10z5DQ17UYdDCgoJkhUs
2509
2509
  homeassistant-stubs/components/recorder/backup.pyi,sha256=GsFwE8bwZazWZW7vHY7-9f4cwr6R1tPDGdjYA382Wmk,425
2510
2510
  homeassistant-stubs/components/recorder/basic_websocket_api.pyi,sha256=PYHwQWF0vU1phTZaCXawTsK9WqyjYqM2FCkCQjnyH0M,384
2511
2511
  homeassistant-stubs/components/recorder/const.pyi,sha256=RymPWZ1aFzpRbQqS_FvVO6iBjaY-bJGMua_xQ5qIT6c,1499
2512
- homeassistant-stubs/components/recorder/core.pyi,sha256=m8daIhErA3MeVASpkpblkK1x9CVrgA8v62KgrSYA98I,12096
2512
+ homeassistant-stubs/components/recorder/core.pyi,sha256=hGPrvvLxiX6xM9ClNF6MZ0bpK1-IjrM6I8sLLgGbkBs,12194
2513
2513
  homeassistant-stubs/components/recorder/db_schema.pyi,sha256=YjMSn1IwW3TNlbV1CwQRHzBrJ4hUrOg-MEzTH6O6804,10470
2514
2514
  homeassistant-stubs/components/recorder/entity_registry.pyi,sha256=KQkJUlsXDdEHhnzy2f58byStPFplR3BoANWzwPIhbEM,578
2515
2515
  homeassistant-stubs/components/recorder/executor.pyi,sha256=jZUJLt2lp1TuQy9NnaK8zOaENozPLxbvsUzZQu9i0RQ,667
@@ -2923,7 +2923,7 @@ homeassistant-stubs/components/spotify/application_credentials.pyi,sha256=Hra7BG
2923
2923
  homeassistant-stubs/components/spotify/browse_media.pyi,sha256=W4N41uAJIN40LvSKLA3jZUaBOosLBxO-JWqPsW0YUgs,2732
2924
2924
  homeassistant-stubs/components/spotify/config_flow.pyi,sha256=aUsCN-aXlOXnp4EIZbyNqC6d0RVOXQlDPOEMUMoVs6Y,1122
2925
2925
  homeassistant-stubs/components/spotify/const.pyi,sha256=GOw4vthI7eJAe4DJO1OrgoTaPc0h2paoeqiLHCrSwpw,244
2926
- homeassistant-stubs/components/spotify/coordinator.pyi,sha256=zNKScew5B1gGsXmWba2NXKHopz-748mNWWopRy_Dd6w,1350
2926
+ homeassistant-stubs/components/spotify/coordinator.pyi,sha256=XhbtjpOlP0ptufraGqMVs1SeDPYF01-5CquNPPAmJJU,1387
2927
2927
  homeassistant-stubs/components/spotify/diagnostics.pyi,sha256=o60XIOekBhj0Gsy7JUn_EfK2Oj-aRfrLhMPSr41Xrqc,268
2928
2928
  homeassistant-stubs/components/spotify/entity.pyi,sha256=CFCKXDGo1ql1i3J3qsM0TL1ywOzfPIV3eNzf6cVB138,534
2929
2929
  homeassistant-stubs/components/spotify/media_player.pyi,sha256=NJEH0NKQQUFEdmtiXHWeEU-iRriNJPXSL-e51YIhYYM,4325
@@ -3788,7 +3788,7 @@ homeassistant-stubs/util/yaml/dumper.pyi,sha256=uQjW0KuME-gXVWgYJLNLoRDwDzVhhhgg
3788
3788
  homeassistant-stubs/util/yaml/input.pyi,sha256=wuxpKYTXZL4MujFhqjHnRLv4VPYY6QPYd-Zji-Lz9Mo,383
3789
3789
  homeassistant-stubs/util/yaml/loader.pyi,sha256=FpRpxb-ZvfthDdO6Js0JqWtzlQfKDPP7nY5yOXp3604,3917
3790
3790
  homeassistant-stubs/util/yaml/objects.pyi,sha256=YUlr0nf9ugzJT9J2YHaGV2fXu5opuyNvvHPqNW46m5I,707
3791
- homeassistant_stubs-2024.12.0b3.dist-info/METADATA,sha256=Vb3WCGcgfegrbf7t33XxQujdaEobXypXZSKQHUJ7UJM,2936
3792
- homeassistant_stubs-2024.12.0b3.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
3793
- homeassistant_stubs-2024.12.0b3.dist-info/licenses/LICENSE,sha256=_kHFjg-MAmJ-lXc7HiEjUzD3vZutVYKUVZZpAWcIuqo,1075
3794
- homeassistant_stubs-2024.12.0b3.dist-info/RECORD,,
3791
+ homeassistant_stubs-2024.12.0b4.dist-info/METADATA,sha256=H7gY1tEXzEBVQ5tEB1KaYem4GkfXD7rkTl-LUc6jG80,2936
3792
+ homeassistant_stubs-2024.12.0b4.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
3793
+ homeassistant_stubs-2024.12.0b4.dist-info/licenses/LICENSE,sha256=_kHFjg-MAmJ-lXc7HiEjUzD3vZutVYKUVZZpAWcIuqo,1075
3794
+ homeassistant_stubs-2024.12.0b4.dist-info/RECORD,,