10 lines
160 B
Python
10 lines
160 B
Python
"""Constants for the Flipr integration."""
|
|
|
|
DOMAIN = "flipr"
|
|
|
|
CONF_FLIPR_ID = "flipr_id"
|
|
|
|
ATTRIBUTION = "Flipr Data"
|
|
|
|
MANUFACTURER = "CTAC-TECH"
|
|
NAME = "Flipr"
|