Skip to content

Commit

Permalink
see previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jack3308 committed Dec 29, 2024
1 parent ec3e8c9 commit d21e9b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom_components/stockpile/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."""
Expand Down

0 comments on commit d21e9b6

Please sign in to comment.