Skip to content

Commit

Permalink
Merge pull request #107 from astrandb/CleanupStaleSensors
Browse files Browse the repository at this point in the history
Remove moist/soil sensors from data_structure 23
  • Loading branch information
astrandb authored Jan 7, 2024
2 parents 79c2aed + 8abea18 commit c056c3d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions custom_components/weatherlink/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ class WLSensorDescription(SensorEntityDescription):
exclude_data_structure=(
2,
10,
23,
),
aux_sensors=(56,),
),
Expand All @@ -379,6 +380,7 @@ class WLSensorDescription(SensorEntityDescription):
exclude_data_structure=(
2,
10,
23,
),
aux_sensors=(56,),
),
Expand All @@ -394,6 +396,7 @@ class WLSensorDescription(SensorEntityDescription):
exclude_data_structure=(
2,
10,
23,
),
aux_sensors=(56,),
),
Expand All @@ -409,6 +412,7 @@ class WLSensorDescription(SensorEntityDescription):
exclude_data_structure=(
2,
10,
23,
),
aux_sensors=(56,),
),
Expand All @@ -423,6 +427,7 @@ class WLSensorDescription(SensorEntityDescription):
exclude_data_structure=(
2,
10,
23,
),
aux_sensors=(56,),
),
Expand All @@ -437,6 +442,7 @@ class WLSensorDescription(SensorEntityDescription):
exclude_data_structure=(
2,
10,
23,
),
aux_sensors=(56,),
),
Expand All @@ -452,6 +458,7 @@ class WLSensorDescription(SensorEntityDescription):
exclude_data_structure=(
2,
10,
23,
),
aux_sensors=(56,),
),
Expand All @@ -467,6 +474,7 @@ class WLSensorDescription(SensorEntityDescription):
exclude_data_structure=(
2,
10,
23,
),
aux_sensors=(56,),
),
Expand All @@ -482,6 +490,7 @@ class WLSensorDescription(SensorEntityDescription):
exclude_data_structure=(
2,
10,
23,
),
aux_sensors=(56,),
),
Expand All @@ -497,6 +506,7 @@ class WLSensorDescription(SensorEntityDescription):
exclude_data_structure=(
2,
10,
23,
),
aux_sensors=(56,),
),
Expand Down

0 comments on commit c056c3d

Please sign in to comment.