9 lines
132 B
Python
9 lines
132 B
Python
|
"""Constants for the Flipr integration."""
|
||
|
|
||
|
DOMAIN = "flipr"
|
||
|
|
||
|
ATTRIBUTION = "Flipr Data"
|
||
|
|
||
|
MANUFACTURER = "CTAC-TECH"
|
||
|
NAME = "Flipr"
|