Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jontofront committed Jan 19, 2024
1 parent 76cbed4 commit 8c3305a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/econet300/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ def can_add(desc: EconetSensorEntityDescription, coordinator: EconetDataCoordina
return coordinator.has_data(desc.key) and coordinator.data[desc.key] is not None


## Fix mixer add sensors
def create_mixer_sensors(coordinator: EconetDataCoordinator, api: Econet300Api):
"""Create individual sensor descriptions for mixer sensors."""
entities: list[MixerSensor] = []
Expand Down

0 comments on commit 8c3305a

Please sign in to comment.