Add Elgato hw version to device info (#64922)
This commit is contained in:
parent
43c4611285
commit
2e1ac711fb
3 changed files with 3 additions and 0 deletions
|
@ -47,6 +47,7 @@ async def test_button_identify(
|
|||
assert device_entry.model == "Elgato Key Light"
|
||||
assert device_entry.name == "Frenck"
|
||||
assert device_entry.sw_version == "1.0.3 (192)"
|
||||
assert device_entry.hw_version == "53"
|
||||
|
||||
await hass.services.async_call(
|
||||
BUTTON_DOMAIN,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue