From d21e9b6bfae02f6e37667014fcb28e19928d66c5 Mon Sep 17 00:00:00 2001 From: jack3308 Date: Sun, 29 Dec 2024 19:19:30 +1100 Subject: [PATCH] see previous commit --- custom_components/stockpile/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom_components/stockpile/__init__.py b/custom_components/stockpile/__init__.py index 3cdd68e..ba8e8bf 100644 --- a/custom_components/stockpile/__init__.py +++ b/custom_components/stockpile/__init__.py @@ -33,7 +33,8 @@ }) }, extra=vol.ALLOW_EXTRA) -PLATFORMS = [Platform.SENSOR, Platform.CALENDAR] +# PLATFORMS = [Platform.SENSOR, Platform.CALENDAR] +PLATFORMS = [Platform.SENSOR] async def async_setup(hass: HomeAssistant, config: ConfigType) -> bool: """Set up the StockPile integration."""