Correct screenlogic test's mock adapter name (#110317)
Correct mock adapter name
This commit is contained in:
parent
aa67eb7f46
commit
121f37b6b6
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue