Skip to content

Commit 4f0b657

Browse files
committed
fixup! Migrate from DATA_TYPES to DataType
1 parent 55f440a commit 4f0b657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/zha_toolkit/scan_device.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ async def discover_attributes_extended(cluster, manufacturer=None, tries=3):
233233
attr_type = [
234234
attr_type_hex,
235235
attr_type.python_type.__name__,
236-
attr_type.type_class.__name__,
236+
attr_type.type_class.name,
237237
]
238238
else:
239239
attr_type = attr_type_hex

0 commit comments

Comments
 (0)