6 lines
119 B
Python
6 lines
119 B
Python
|
"""Constants for the Fjäråskupan integration."""
|
||
|
|
||
|
DOMAIN = "fjaraskupan"
|
||
|
|
||
|
DISPATCH_DETECTION = f"{DOMAIN}.detection"
|