mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 02:03:27 +01:00
fix: info skill reference (#162823)
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
'serial_number': 'echo_test_serial_number',
|
||||
'software_version': 'echo_test_software_version',
|
||||
}),
|
||||
'tell_joke',
|
||||
'Alexa.Joke.Play',
|
||||
),
|
||||
dict({
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user