Skip to content

Commit

Permalink
Typo (missing :)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdgib committed Aug 5, 2024
1 parent 05d642c commit a0db6f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/vesync/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def _setup_entities(devices, async_add_entities, coordinator):
if has_feature(dev, "details", "air_quality"):
if dev.device_type == "LV-PUR131S":
entities.append(VeSyncAirQualitySensorPUR131S(dev, coordinator))
else
else:
entities.append(VeSyncAirQualitySensor(dev, coordinator))
if has_feature(dev, "details", "aq_percent"):
entities.append(VeSyncAirQualityPercSensor(dev, coordinator))
Expand Down

0 comments on commit a0db6f5

Please sign in to comment.