Skip to content

Commit

Permalink
Merge branch 'pr/1256_LabelDPsdescriptions' into pr/1465_Nointernet
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul.Cavill authored and Paul.Cavill committed Oct 11, 2023
2 parents 5809949 + 34d5981 commit 822735a
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 @@ -138,7 +138,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 822735a

Please sign in to comment.