Skip to content

Commit 2b74f4d

Browse files
authored
Update README.md
1 parent b48f39c commit 2b74f4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The goal is to provide the same functionality as the tests in home-assistant/cor
1111
* home-assistant/core native test: `from tests.common import MockConfigEntry`
1212
* custom component test: `from pytest_homeassistant_custom_component.common import MockConfigEntry`
1313
* If your integration is inside a `custom_components` folder, a `custom_components/__init__.py` file or changes to `sys.path` may be required.
14-
* `enable_custom_integrations_fixture` is required (versions >=2021.6.0b0)
14+
* `enable_custom_integrations` fixture is required (versions >=2021.6.0b0)
1515
* If using `load_fixture`, the files need to be in a `fixtures` folder colocated with the tests. For example, a test in `test_sensor.py` can load data from `some_data.json` using `load_fixture` from this structure:
1616

1717
```
@@ -34,5 +34,6 @@ To keep the releases up to date, a PR is automatically generated with new change
3434
After manually merging the PR, a second action is manually run to bump the version, make a release, and upload to PyPI.
3535

3636
* Version of home-assistant/core (dev branch) is given in `pytest_homeassistant_custom_component.const` and in the README above.
37+
* This package is generated against published releases of homeassistant. The goal is to have at least one release of this package per beta cycle of homeassistant.
3738

3839
This package was inspired by [pytest-homeassistant](https://github.com/boralyl/pytest-homeassistant) by @boralyl, but is intended to more closely and automatically track the home-assistant/core library.

0 commit comments

Comments
 (0)