diff --git a/custom_components/openei/const.py b/custom_components/openei/const.py index 38c1bf2..9c67f69 100644 --- a/custom_components/openei/const.py +++ b/custom_components/openei/const.py @@ -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", diff --git a/custom_components/openei/manifest.json b/custom_components/openei/manifest.json index 32a1508..4a52ffe 100644 --- a/custom_components/openei/manifest.json +++ b/custom_components/openei/manifest.json @@ -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" } diff --git a/requirements_tests.txt b/requirements_tests.txt index 2e5b9d2..bb5f188 100644 --- a/requirements_tests.txt +++ b/requirements_tests.txt @@ -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 @@ -9,4 +9,4 @@ flake8 mypy pydocstyle isort -pylint \ No newline at end of file +pylint