Skip to content

Commit

Permalink
Expose new rate structure property
Browse files Browse the repository at this point in the history
  • Loading branch information
stabbylambda committed Nov 1, 2024
1 parent a48ca2b commit a8ab95b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions custom_components/openei/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@
name="Plan Name",
icon="mdi:tag",
),
"current_rate_structure": SensorEntityDescription(
key="current_rate_structure",
name="Current Rate Structure",
icon="mdi:tag",
),
"all_rates": SensorEntityDescription(
key="all_rates",
name="All Listed Rates",
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 @@
"documentation": "https://github.com/firstof9/ha-openei",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/firstof9/ha-openei/issues",
"requirements": ["python-openei==0.1.23"],
"requirements": ["python-openei==0.1.24"],
"version": "0.1.6"
}
4 changes: 2 additions & 2 deletions requirements_tests.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-r requirements_dev.txt
python-openei==0.1.22
python-openei==0.1.24
pytest
pytest-cov
pytest-homeassistant-custom-component
Expand All @@ -9,4 +9,4 @@ flake8
mypy
pydocstyle
isort
pylint
pylint

0 comments on commit a8ab95b

Please sign in to comment.