Correct screenlogic test's mock adapter name (#110317)

Correct mock adapter name
This commit is contained in:
Kevin Worrel 2024-02-12 02:20:33 -08:00 committed by GitHub
parent aa67eb7f46
commit 121f37b6b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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,
}),