Skip to content

Commit

Permalink
Fixed issue in mqttpayloads.
Browse files Browse the repository at this point in the history
  • Loading branch information
slespersen committed Dec 25, 2024
1 parent 8fd0917 commit b8cf59a
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 @@ -315,7 +315,7 @@ def __init__(self, device):
"device_type": "sensor",
"enabled_by_default": True if self.device.rssi else False,
"unique_id": f"{self.device.info['serial']}",
"state_topic": f"evseMQTT/{self.device.info['serial']}/state",
"state_topic": f"evseMQTT/{self.device.info['serial']}/state/config",
"availability_topic": f"evseMQTT/{self.device.info['serial']}/availability",
"payload_available": "online",
"payload_not_available": "offline",
Expand Down

0 comments on commit b8cf59a

Please sign in to comment.