Skip to content

Commit

Permalink
Updated HA MQTT payload for charge_amps to min: 6
Browse files Browse the repository at this point in the history
  • Loading branch information
slespersen committed Dec 24, 2024
1 parent 8a4826b commit ab26e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/evseMQTT/mqttpayloads.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ def __init__(self, device):
"payload_available": "online",
"payload_not_available": "offline",
"unit_of_measurement": "A",
"min": 1,
"min": 6,
"max": self.device.info['output_max_amps'],
"step": 1,
"command_template": "{\"charge_amps\": {{ value }} }",
Expand Down

0 comments on commit ab26e4c

Please sign in to comment.