Skip to content

Commit ae4142b

Browse files
committed
Fix typo in device_type field name
1 parent fc75669 commit ae4142b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/powersensor_local/devices.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ async def _add_device(self, mac, typ):
155155
await self._event_cb({
156156
'event': 'device_found',
157157
'mac': mac,
158-
'device_type:': typ,
158+
'device_type': typ,
159159
})
160160

161161
async def _remove_device(self, mac):

0 commit comments

Comments
 (0)