* Addition of Flipr hub with switch platform * Remove of loggers in tests * Review corrections * Review corrections * Apply suggestions from code review --------- Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
8 lines
132 B
Python
8 lines
132 B
Python
"""Constants for the Flipr integration."""
|
|
|
|
DOMAIN = "flipr"
|
|
|
|
ATTRIBUTION = "Flipr Data"
|
|
|
|
MANUFACTURER = "CTAC-TECH"
|
|
NAME = "Flipr"
|