Skip to content

Commit

Permalink
remove duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinebou12 committed Sep 14, 2023
1 parent 3ad29f1 commit 37a28a3
Showing 1 changed file with 0 additions and 48 deletions.
48 changes: 0 additions & 48 deletions custom_components/renpho/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -536,54 +536,6 @@ async def sensors_list(
"label": "Girth Measurements",
"metric": METRIC_TYPE_GIRTH
},
{
"id": "left_arm_value",
"name": "Left Arm Value",
"unit": "cm",
"category": "Measurements",
"label": "Girth Measurements",
"metric": METRIC_TYPE_GIRTH
},
{
"id": "left_thigh_value",
"name": "Left Thigh Value",
"unit": "cm",
"category": "Measurements",
"label": "Girth Measurements",
"metric": METRIC_TYPE_GIRTH
},
{
"id": "left_calf_value",
"name": "Left Calf Value",
"unit": "cm",
"category": "Measurements",
"label": "Girth Measurements",
"metric": METRIC_TYPE_GIRTH
},
{
"id": "right_arm_value",
"name": "Right Arm Value",
"unit": "cm",
"category": "Measurements",
"label": "Girth Measurements",
"metric": METRIC_TYPE_GIRTH
},
{
"id": "right_thigh_value",
"name": "Right Thigh Value",
"unit": "cm",
"category": "Measurements",
"label": "Girth Measurements",
"metric": METRIC_TYPE_GIRTH
},
{
"id": "right_calf_value",
"name": "Right Calf Value",
"unit": "cm",
"category": "Measurements",
"label": "Girth Measurements",
"metric": METRIC_TYPE_GIRTH
},
{
"id": "whr_value",
"name": "WHR Value",
Expand Down

0 comments on commit 37a28a3

Please sign in to comment.