Skip to content

Commit b086b0c

Browse files
authored
fix device registry updating with empty values (#390)
1 parent a1f71c1 commit b086b0c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

custom_components/ocpp/api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,6 @@ async def handle_data_transfer(call):
388388

389389
try:
390390
self.status = STATE_OK
391-
await self.async_update_device_info({})
392391
await asyncio.sleep(2)
393392
await self.get_supported_features()
394393
resp = await self.get_configuration(ckey.number_of_connectors.value)

0 commit comments

Comments
 (0)