mirror of
https://github.com/home-assistant/core.git
synced 2026-09-26 17:31:15 -04:00
Change unique_id for webostv (#34979)
* Revert #34656 * Use pairing key as unique_id
This commit is contained in:
@@ -41,8 +41,8 @@ def client_fixture():
|
||||
"homeassistant.components.webostv.WebOsClient", autospec=True
|
||||
) as mock_client_class:
|
||||
client = mock_client_class.return_value
|
||||
client.connection = True
|
||||
client.software_info = {"device_id": "a1:b1:c1:d1:e1:f1"}
|
||||
client.client_key = "0123456789"
|
||||
yield client
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user