Update Wallbox integration docs with solar charging (#37700)

This commit is contained in:
Joris Drenth 2025-03-02 12:15:27 +01:00 committed by GitHub
parent d22a7e2173
commit 4e3e838830
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,6 +9,7 @@ ha_domain: wallbox
ha_platforms: ha_platforms:
- lock - lock
- number - number
- select
- sensor - sensor
- switch - switch
ha_config_flow: true ha_config_flow: true
@ -54,6 +55,10 @@ The number {% term entity %} is only loaded if the supplied username has suffici
The {% term integration %} adds a lock {% term entity %}, allowing you to lock the charger. Please note, this only works with a user with admin rights. The {% term integration %} adds a lock {% term entity %}, allowing you to lock the charger. Please note, this only works with a user with admin rights.
## Select
The {% term integration %} adds a select {% term entity %} to control Solar Charging options, allowing you to choose between Eco Mode, Full Solar or disable Solar Charging.
## Switch ## Switch
The {% term integration %} adds a switch {% term entity %}, allowing you to pause/resume the charging process. The {% term integration %} adds a switch {% term entity %}, allowing you to pause/resume the charging process.