Skip to content

Commit

Permalink
add option text_properties
Browse files Browse the repository at this point in the history
  • Loading branch information
al-one committed Oct 29, 2024
1 parent 1f59fce commit 81ee622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/xiaomi_miot/core/device.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ def init_converters(self):
conv.attrs.add(attr)

for d in [
'button', 'sensor', 'binary_sensor', 'switch', 'number', 'select',
'button', 'sensor', 'binary_sensor', 'switch', 'number', 'select', 'text',
'number_select', 'scanner',
]:
pls = self.custom_config_list(f'{d}_properties') or []
Expand Down

0 comments on commit 81ee622

Please sign in to comment.