Add energy price number entities to Wallbox (#101840)
This commit is contained in:
parent
e5b5858915
commit
bd0df2f18f
6 changed files with 227 additions and 17 deletions
|
@ -6,6 +6,7 @@ ERROR = "error"
|
|||
STATUS = "status"
|
||||
|
||||
MOCK_NUMBER_ENTITY_ID = "number.wallbox_wallboxname_maximum_charging_current"
|
||||
MOCK_NUMBER_ENTITY_ENERGY_PRICE_ID = "number.wallbox_wallboxname_energy_price"
|
||||
MOCK_LOCK_ENTITY_ID = "lock.wallbox_wallboxname_lock"
|
||||
MOCK_SENSOR_CHARGING_SPEED_ID = "sensor.wallbox_wallboxname_charging_speed"
|
||||
MOCK_SENSOR_CHARGING_POWER_ID = "sensor.wallbox_wallboxname_charging_power"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue