fix: info skill reference (#162823)

This commit is contained in:
jameson_uk
2026-02-14 12:34:59 +00:00
committed by GitHub
parent ad2fe0d4d0
commit 5344a874b0
2 changed files with 2 additions and 2 deletions

View File

@@ -104,7 +104,7 @@ async def _async_execute_action(call: ServiceCall, attribute: str) -> None:
translation_placeholders={"info_skill": value},
)
await coordinator.api.call_alexa_info_skill(
coordinator.data[device.serial_number], value
coordinator.data[device.serial_number], info_skill
)

View File

@@ -60,7 +60,7 @@
'serial_number': 'echo_test_serial_number',
'software_version': 'echo_test_software_version',
}),
'tell_joke',
'Alexa.Joke.Play',
),
dict({
}),