Skip to content

Commit

Permalink
fix: remove unneeded code (#48)
Browse files Browse the repository at this point in the history
* fix: remove unneeded code
  • Loading branch information
firstof9 authored Sep 18, 2021
1 parent a42e177 commit fbccd00
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion custom_components/openei/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,6 @@ async def _get_plan_list(hass, user_input) -> list | None:
def _lookup_plans(handler) -> list:
"""Return list of utilities and plans."""
response = handler.lookup_plans
response["Not Listed"] = [{"name": "Not Listed", "label": "Not Listed"}]
_LOGGER.debug("lookup_plans: %s", response)
return response

Expand Down
2 changes: 1 addition & 1 deletion custom_components/openei/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"iot_class": "cloud_polling",
"config_flow": true,
"codeowners": ["@firstof9"],
"requirements": ["python-openei==0.1.15"],
"requirements": ["python-openei==0.1.16"],
"version": "0.1.5"
}

0 comments on commit fbccd00

Please sign in to comment.