Skip to content

Commit

Permalink
Merge pull request #375 from astrandb/LanguageDevice
Browse files Browse the repository at this point in the history
Use localized name of appliance device type if available
  • Loading branch information
astrandb authored Nov 14, 2023
2 parents 7888e15 + 8733d0f commit 76000b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/miele/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ async def async_fetch():
async with async_timeout.timeout(API_READ_TIMEOUT):
res = await miele_api.request(
"GET",
"/devices",
f"/devices?language={hass.config.language}",
agent_suffix=f"Miele for Home Assistant/{VERSION}",
)
if res.status == 401:
Expand Down

0 comments on commit 76000b6

Please sign in to comment.