Closed epenet closed 18 hours ago
As follow-up to https://github.com/home-assistant/core/pull/132135 With the dependency bump (in particular https://github.com/hacf-fr/renault-api/pull/1389), the methods will never return None.
None
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:
Proposed change
As follow-up to https://github.com/home-assistant/core/pull/132135 With the dependency bump (in particular https://github.com/hacf-fr/renault-api/pull/1389), the methods will never return
None
.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: