Skip to content

Commit

Permalink
❌ remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
al-one committed Mar 17, 2021
1 parent 5462de7 commit dc0ce9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/xiaomi_miot/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ async def async_setup_platform(hass, config, async_add_entities, discovery_info=
hass.data[DOMAIN]['add_entities'][ENTITY_DOMAIN] = async_add_entities
model = str(config.get(CONF_MODEL) or '')
entities = []
if model in ['yunmi.waterpuri.lx9', 'yunmi.waterpuri.lx11-']:
if model in ['yunmi.waterpuri.lx9', 'yunmi.waterpuri.lx11']:
entity = WaterPurifierYunmiEntity(config)
entities.append(entity)
else:
Expand Down

0 comments on commit dc0ce9c

Please sign in to comment.