core/homeassistant/components/wallbox
simeon-simsoft 5b32eea3d0
Add support for bidirectional chargers to Wallbox integration (#74313)
* Add support for the Quasar bidirectional charger to the Wallbox integration, including ability to control charger while discharging, set a negative charge rate and monitor discharged amount

* Make code more generic in order to support other bidirectional models in the future

* Updates to files to comply with HA formatting rules

* Change const file to fix black check failure

* Remove unnecessay loop in number entity
2022-07-09 20:41:39 +02:00
..
translations
__init__.py Wait for config entry platform forwards (#73806) 2022-07-09 17:27:42 +02:00
config_flow.py Use standard argument name in async_step_reauth (#74137) 2022-06-28 17:12:32 +02:00
const.py Add support for bidirectional chargers to Wallbox integration (#74313) 2022-07-09 20:41:39 +02:00
lock.py
manifest.json
number.py Add support for bidirectional chargers to Wallbox integration (#74313) 2022-07-09 20:41:39 +02:00
sensor.py Add support for bidirectional chargers to Wallbox integration (#74313) 2022-07-09 20:41:39 +02:00
strings.json
switch.py