Proposed change
This PR brings the NRGkick mobile EV charger (wallbox) integration from HACS ( GitHub repo ) to HA Core. It supports reading the state using the official local REST API (accessed via PyPi library).
To comply with best practices, I've trimmed down my existing community integration to just the sensor platform and will add charging control back in future updates to the HA core integration.
Type of change
Additional information
Checklist
If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
To help with the load of incoming pull requests:
Originally posted by @andijakl in home-assistant/core#159995
Proposed change
This PR brings the NRGkick mobile EV charger (wallbox) integration from HACS ( GitHub repo ) to HA Core. It supports reading the state using the official local REST API (accessed via PyPi library).
To comply with best practices, I've trimmed down my existing community integration to just the sensor platform and will add charging control back in future updates to the HA core integration.
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:
Originally posted by @andijakl in home-assistant/core#159995