mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Correct screenlogic test's mock adapter name (#110317)
Correct mock adapter name
This commit is contained in:
parent
aa67eb7f46
commit
121f37b6b6
@ -4,7 +4,7 @@ import logging
|
||||
|
||||
from tests.common import load_json_object_fixture
|
||||
|
||||
MOCK_ADAPTER_NAME = "Pentair DD-EE-FF"
|
||||
MOCK_ADAPTER_NAME = "Pentair: DD-EE-FF"
|
||||
MOCK_ADAPTER_MAC = "aa:bb:cc:dd:ee:ff"
|
||||
MOCK_ADAPTER_IP = "127.0.0.1"
|
||||
MOCK_ADAPTER_PORT = 80
|
||||
|
@ -16,7 +16,7 @@
|
||||
'pref_disable_new_entities': False,
|
||||
'pref_disable_polling': False,
|
||||
'source': 'user',
|
||||
'title': 'Pentair DD-EE-FF',
|
||||
'title': 'Pentair: DD-EE-FF',
|
||||
'unique_id': 'aa:bb:cc:dd:ee:ff',
|
||||
'version': 1,
|
||||
}),
|
||||
|
Loading…
x
Reference in New Issue
Block a user