From 34d5981a64e6be04b29345736a759e321dfcf81c Mon Sep 17 00:00:00 2001 From: "Paul.Cavill" Date: Wed, 11 Oct 2023 23:14:48 +1300 Subject: [PATCH] Fix padding --- custom_components/localtuya/cloud_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/localtuya/cloud_api.py b/custom_components/localtuya/cloud_api.py index 19901f5aa..daf464c61 100644 --- a/custom_components/localtuya/cloud_api.py +++ b/custom_components/localtuya/cloud_api.py @@ -135,7 +135,7 @@ async def async_get_devices_list(self): return "ok" -async def async_get_device_specifications(self, device_id): + async def async_get_device_specifications(self, device_id): """Obtain the DP ID mappings for a device.""" resp = await self.async_make_request( "GET", url=f"/v1.1/devices/{device_id}/specifications"