5 lines
108 B
Python
5 lines
108 B
Python
|
"""Constants for the Whirlpool Sixth Sense integration."""
|
||
|
|
||
|
DOMAIN = "whirlpool"
|
||
|
AUTH_INSTANCE_KEY = "auth"
|