From 972dbac1f74079b0dab962dfbab24d96ca6d1c8a Mon Sep 17 00:00:00 2001 From: muppet3000 Date: Sat, 30 Oct 2021 21:19:18 +0100 Subject: [PATCH] Add __init__ for growatt sensor types (#58749) --- homeassistant/components/growatt_server/sensor_types/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 homeassistant/components/growatt_server/sensor_types/__init__.py diff --git a/homeassistant/components/growatt_server/sensor_types/__init__.py b/homeassistant/components/growatt_server/sensor_types/__init__.py new file mode 100644 index 00000000000..3f5be3be7f5 --- /dev/null +++ b/homeassistant/components/growatt_server/sensor_types/__init__.py @@ -0,0 +1 @@ +"""Sensor types for supported Growatt systems."""