From 67a518bb510ddcdc15421f1397f571afa80da90c Mon Sep 17 00:00:00 2001 From: pglab-electronics Date: Fri, 3 May 2024 21:23:43 +0000 Subject: [PATCH] Fix docstring file with the right integration name to PG LAB. --- homeassistant/components/pglab/config_flow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/pglab/config_flow.py b/homeassistant/components/pglab/config_flow.py index 2d30db7b2ad..5e24ee24039 100644 --- a/homeassistant/components/pglab/config_flow.py +++ b/homeassistant/components/pglab/config_flow.py @@ -1,4 +1,4 @@ -"""Config flow for Tasmota.""" +"""Config flow for PG LAB Electronics integration.""" from __future__ import annotations