Add Lock platform to wallbox (#68414)
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
This commit is contained in:
parent
b4bb35d4de
commit
de3d402930
6 changed files with 238 additions and 8 deletions
|
@ -18,6 +18,7 @@ CONF_PART_NUMBER_KEY = "part_number"
|
|||
CONF_SOFTWARE_KEY = "software"
|
||||
CONF_MAX_AVAILABLE_POWER_KEY = "max_available_power"
|
||||
CONF_MAX_CHARGING_CURRENT_KEY = "max_charging_current"
|
||||
CONF_LOCKED_UNLOCKED_KEY = "locked"
|
||||
CONF_NAME_KEY = "name"
|
||||
CONF_STATE_OF_CHARGE_KEY = "state_of_charge"
|
||||
CONF_STATUS_DESCRIPTION_KEY = "status_description"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue