Closed Thomas55555 closed 3 days ago
Fix a test, which is not always passing. As a sensors still wants to access removed data. So we change the sensor for the current active work area to a not deleted work area. Bad run: https://github.com/home-assistant/core/actions/runs/11595642782/job/32285212941?pr=129311
ruff format homeassistant tests
If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
python3 -m script.hassfest
requirements_all.txt
python3 -m script.gen_requirements_all
To help with the load of incoming pull requests:
Breaking change
Proposed change
Fix a test, which is not always passing. As a sensors still wants to access removed data. So we change the sensor for the current active work area to a not deleted work area. Bad run: https://github.com/home-assistant/core/actions/runs/11595642782/job/32285212941?pr=129311
Type of change
Additional information
Checklist
ruff format homeassistant tests
)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest
.requirements_all.txt
.Updated by running
python3 -m script.gen_requirements_all
.To help with the load of incoming pull requests: