From 12bea161a8632dd6d04d32eda33d5f719c9fe7ac Mon Sep 17 00:00:00 2001 From: rikman122 Date: Mon, 24 Jan 2022 10:44:38 +0100 Subject: [PATCH] lint code style fix --- custom_components/localtuya/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/localtuya/const.py b/custom_components/localtuya/const.py index a1f6c60..4148771 100644 --- a/custom_components/localtuya/const.py +++ b/custom_components/localtuya/const.py @@ -97,7 +97,7 @@ PLATFORMS = [ "select", "sensor", "switch", - "vacuum" + "vacuum", ] TUYA_DEVICE = "tuya_device"