mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Add support for Flo by Moen water shutoff devices (#38171)
This commit is contained in:
committed by
GitHub
parent
07de9deab6
commit
f1fd8aa51f
12
tests/components/flo/common.py
Normal file
12
tests/components/flo/common.py
Normal file
@@ -0,0 +1,12 @@
|
||||
"""Define common test utilities."""
|
||||
TEST_ACCOUNT_ID = "aabbccdd"
|
||||
TEST_DEVICE_ID = "98765"
|
||||
TEST_EMAIL_ADDRESS = "email@address.com"
|
||||
TEST_FIRST_NAME = "Tom"
|
||||
TEST_LAST_NAME = "Jones"
|
||||
TEST_LOCATION_ID = "mmnnoopp"
|
||||
TEST_MAC_ADDRESS = "12:34:56:ab:cd:ef"
|
||||
TEST_PASSWORD = "password"
|
||||
TEST_PHONE_NUMBER = "+1 123-456-7890"
|
||||
TEST_TOKEN = "123abc"
|
||||
TEST_USER_ID = "12345abcde"
|
||||
Reference in New Issue
Block a user