Fix location_id datatype in totalconnect tests (#125298)
Adjust location_id type in totalconnect tests
This commit is contained in:
parent
2c99f060f0
commit
f9928a5843
3 changed files with 28 additions and 28 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue