Skip to content

Commit

Permalink
Change state attribute to level
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrMachowski committed Jan 23, 2022
1 parent 841238d commit fdf8803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/hydro_imgw/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def extra_state_attributes(self):
"low_value": "lowValue",
"trend": "trend",
"name": "name",
"state": "state",
"level": "state",
"river": "status.river"
}
attributes = {}
Expand Down

0 comments on commit fdf8803

Please sign in to comment.