Skip to content

Commit

Permalink
Fix padding
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul.Cavill authored and Paul.Cavill committed Oct 11, 2023
1 parent 16f5b0e commit 34d5981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/localtuya/cloud_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 34d5981

Please sign in to comment.