From ba0f1f172a4b3c63d90cd69bbf5c671c9cc36463 Mon Sep 17 00:00:00 2001 From: Benjamin Moreau Date: Sat, 19 Oct 2024 15:22:06 -0400 Subject: [PATCH] release: prepare for 0.14.1 --- custom_components/shopping_list_with_grocy/sensor.py | 1 + tests/test_init.py | 1 + 2 files changed, 2 insertions(+) diff --git a/custom_components/shopping_list_with_grocy/sensor.py b/custom_components/shopping_list_with_grocy/sensor.py index c4a0032..af5ae47 100644 --- a/custom_components/shopping_list_with_grocy/sensor.py +++ b/custom_components/shopping_list_with_grocy/sensor.py @@ -1,4 +1,5 @@ """Platform for sensor integration.""" + from __future__ import annotations import logging diff --git a/tests/test_init.py b/tests/test_init.py index fe924fa..ebd9b50 100644 --- a/tests/test_init.py +++ b/tests/test_init.py @@ -1,4 +1,5 @@ """Test component setup.""" + from homeassistant.setup import async_setup_component from custom_components.shopping_list_with_grocy.const import DOMAIN