pytest-homeassistant-custom-component 0.13.266__py3-none-any.whl → 0.13.268__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.
@@ -6,6 +6,6 @@ This file is originally from homeassistant/core and modified by pytest-homeassis
6
6
  from typing import TYPE_CHECKING, Final
7
7
  MAJOR_VERSION: Final = 2025
8
8
  MINOR_VERSION: Final = 8
9
- PATCH_VERSION: Final = "0b1"
9
+ PATCH_VERSION: Final = "0b3"
10
10
  __short_version__: Final = f"{MAJOR_VERSION}.{MINOR_VERSION}"
11
11
  __version__: Final = f"{__short_version__}.{PATCH_VERSION}"
@@ -177,6 +177,8 @@ class HomeAssistantSnapshotSerializer(AmberDataSerializer):
177
177
  if serialized["primary_config_entry"] is not None:
178
178
  serialized["primary_config_entry"] = ANY
179
179
  serialized.pop("_cache")
180
+ # This can be removed when suggested_area is removed from DeviceEntry
181
+ serialized.pop("_suggested_area")
180
182
  return cls._remove_created_and_modified_at(serialized)
181
183
 
182
184
  @classmethod
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pytest-homeassistant-custom-component
3
- Version: 0.13.266
3
+ Version: 0.13.268
4
4
  Summary: Experimental package to automatically extract test plugins for Home Assistant custom components
5
5
  Home-page: https://github.com/MatthewFlamm/pytest-homeassistant-custom-component
6
6
  Author: Matthew Flamm
@@ -42,7 +42,7 @@ Requires-Dist: requests-mock==1.12.1
42
42
  Requires-Dist: respx==0.22.0
43
43
  Requires-Dist: syrupy==4.9.1
44
44
  Requires-Dist: tqdm==4.67.1
45
- Requires-Dist: homeassistant==2025.8.0b1
45
+ Requires-Dist: homeassistant==2025.8.0b3
46
46
  Requires-Dist: SQLAlchemy==2.0.41
47
47
  Requires-Dist: paho-mqtt==2.1.0
48
48
  Requires-Dist: numpy==2.3.2
@@ -60,7 +60,7 @@ Dynamic: summary
60
60
 
61
61
  # pytest-homeassistant-custom-component
62
62
 
63
- ![HA core version](https://img.shields.io/static/v1?label=HA+core+version&message=2025.8.0b1&labelColor=blue)
63
+ ![HA core version](https://img.shields.io/static/v1?label=HA+core+version&message=2025.8.0b3&labelColor=blue)
64
64
 
65
65
  [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/MatthewFlamm/pytest-homeassistant-custom-component)
66
66
 
@@ -1,13 +1,13 @@
1
1
  pytest_homeassistant_custom_component/__init__.py,sha256=pUI8j-H-57ncCLnvZSDWZPCtJpvi3ACZqPtH5SbedZA,138
2
2
  pytest_homeassistant_custom_component/asyncio_legacy.py,sha256=UdkV2mKqeS21QX9LSdBYsBRbm2h4JCVVZeesaOLKOAE,3886
3
3
  pytest_homeassistant_custom_component/common.py,sha256=KU5RmDkw_OOk20AYP9WJPoLFoFEbYX0JVdsY8DN6nKk,65399
4
- pytest_homeassistant_custom_component/const.py,sha256=mrT5ffSzJchSfSL7KAtSXyIq8UdRoFP8a6bRE9fCY44,401
4
+ pytest_homeassistant_custom_component/const.py,sha256=Z_Te2U5SmkZ4k5zfLDu58itJBFfSe320WRv1WK-ISYg,401
5
5
  pytest_homeassistant_custom_component/ignore_uncaught_exceptions.py,sha256=rilak_dQGMNhDqST1ZzhjZl_qmytFjkcez0vYmLMQ4Q,1601
6
6
  pytest_homeassistant_custom_component/patch_json.py,sha256=hNUeb1yxAr7ONfvX-o_WkI6zhQDCdKl7GglPjkVUiHo,1063
7
7
  pytest_homeassistant_custom_component/patch_recorder.py,sha256=lW8N_3ZIKQ5lsVjRc-ROo7d0egUZcpjquWKqe7iEF94,819
8
8
  pytest_homeassistant_custom_component/patch_time.py,sha256=G6RcRJNvl8q6qcbvknA21dsZdoF5gfQDh46PptWAwWA,2509
9
9
  pytest_homeassistant_custom_component/plugins.py,sha256=YNSYDRonL-Gevj2wV7HP6ZB9vQqrNztMrtUru3BA7FE,67754
10
- pytest_homeassistant_custom_component/syrupy.py,sha256=_FIP_SZHmISPyfFlrU4InkbMe3OhIEoF26ZiPYWXVO4,15468
10
+ pytest_homeassistant_custom_component/syrupy.py,sha256=N_g_90dWqruzUogQi0rJsuN0XRbA6ffJen62r8P9cdo,15588
11
11
  pytest_homeassistant_custom_component/typing.py,sha256=zGhdf6U6aRq5cPwIfRUdtZeApLOyPD2EArjznKoIRZM,1734
12
12
  pytest_homeassistant_custom_component/components/__init__.py,sha256=0BHCdArl5gPjDJWaZrqvApHvzL_29FbE1RMg_mg__Qs,138
13
13
  pytest_homeassistant_custom_component/components/diagnostics/__init__.py,sha256=O_ys8t0iHvRorFr4TrR9k3sa3Xh5qBb4HsylY775UFA,2431
@@ -19,10 +19,10 @@ pytest_homeassistant_custom_component/test_util/aiohttp.py,sha256=oPQaFRgXcAfHj9
19
19
  pytest_homeassistant_custom_component/testing_config/__init__.py,sha256=SRp6h9HJi2I_vA6cPNkMiR0BTYib5XVmL03H-l3BPL0,158
20
20
  pytest_homeassistant_custom_component/testing_config/custom_components/__init__.py,sha256=-l6KCBLhwEDkCztlY6S-j53CjmKY6-A_3eX5JVS02NY,173
21
21
  pytest_homeassistant_custom_component/testing_config/custom_components/test_constant_deprecation/__init__.py,sha256=2vF_C-VP9tDjZMX7h6iJRAugtH2Bf3b4fE3i9j4vGeY,383
22
- pytest_homeassistant_custom_component-0.13.266.dist-info/licenses/LICENSE,sha256=7h-vqUxyeQNXiQgRJ8350CSHOy55M07DZuv4KG70AS8,1070
23
- pytest_homeassistant_custom_component-0.13.266.dist-info/licenses/LICENSE_HA_CORE.md,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
24
- pytest_homeassistant_custom_component-0.13.266.dist-info/METADATA,sha256=DGrcXk32okxa4IwvuEE7mwLpgMMH5VMp-IoJBwxVsgU,5932
25
- pytest_homeassistant_custom_component-0.13.266.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
26
- pytest_homeassistant_custom_component-0.13.266.dist-info/entry_points.txt,sha256=bOCTSuP8RSPg0QfwdfurUShvMGWg4MI2F8rxbWx-VtQ,73
27
- pytest_homeassistant_custom_component-0.13.266.dist-info/top_level.txt,sha256=PR2cize2la22eOO7dQChJWK8dkJnuMmDC-fhafmdOWw,38
28
- pytest_homeassistant_custom_component-0.13.266.dist-info/RECORD,,
22
+ pytest_homeassistant_custom_component-0.13.268.dist-info/licenses/LICENSE,sha256=7h-vqUxyeQNXiQgRJ8350CSHOy55M07DZuv4KG70AS8,1070
23
+ pytest_homeassistant_custom_component-0.13.268.dist-info/licenses/LICENSE_HA_CORE.md,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
24
+ pytest_homeassistant_custom_component-0.13.268.dist-info/METADATA,sha256=dvMd9ZunTfUr0lWUQJPMpDmsdxI56rlNpzZa8J9C08M,5932
25
+ pytest_homeassistant_custom_component-0.13.268.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
26
+ pytest_homeassistant_custom_component-0.13.268.dist-info/entry_points.txt,sha256=bOCTSuP8RSPg0QfwdfurUShvMGWg4MI2F8rxbWx-VtQ,73
27
+ pytest_homeassistant_custom_component-0.13.268.dist-info/top_level.txt,sha256=PR2cize2la22eOO7dQChJWK8dkJnuMmDC-fhafmdOWw,38
28
+ pytest_homeassistant_custom_component-0.13.268.dist-info/RECORD,,