diff --git a/custom_components/plugwise/manifest.json b/custom_components/plugwise/manifest.json index f765628df..10ae9889c 100644 --- a/custom_components/plugwise/manifest.json +++ b/custom_components/plugwise/manifest.json @@ -8,6 +8,6 @@ "iot_class": "local_polling", "loggers": ["plugwise"], "requirements": ["plugwise==1.11.0"], - "version": "0.62.0", + "version": "0.62.1a0", "zeroconf": ["_plugwise._tcp.local."] } diff --git a/custom_components/plugwise/select.py b/custom_components/plugwise/select.py index cf7d0ab8f..c766d6903 100644 --- a/custom_components/plugwise/select.py +++ b/custom_components/plugwise/select.py @@ -47,7 +47,6 @@ class PlugwiseSelectEntityDescription(SelectEntityDescription): PlugwiseSelectEntityDescription( key=SELECT_SCHEDULE, translation_key=SELECT_SCHEDULE, - entity_category=EntityCategory.CONFIG, options_key=AVAILABLE_SCHEDULES, ), PlugwiseSelectEntityDescription( diff --git a/pyproject.toml b/pyproject.toml index 7ba98f147..c53fd40f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "plugwise-beta" -version = "0.62.0" +version = "0.62.1a0" description = "Plugwise beta custom-component" readme = "README.md" requires-python = ">=3.13"