Fix location_id datatype in totalconnect tests (#125298)

Adjust location_id type in totalconnect tests
This commit is contained in:
epenet 2024-09-06 15:19:54 +02:00 committed by GitHub
parent 2c99f060f0
commit f9928a5843
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 28 additions and 28 deletions

View file

@ -11,7 +11,7 @@ from homeassistant.setup import async_setup_component
from tests.common import MockConfigEntry
LOCATION_ID = "123456"
LOCATION_ID = 123456
DEVICE_INFO_BASIC_1 = {
"DeviceID": "987654",