* Addition of hub device * coordinator udata updated after a hub action * Unit tests update * Unit tests improvements * addition of tests on select and switch platforms * wording * Removal of select platform for PR containing only one platform * Remove hub to maintain only the refactoring that prepare the hub device addition * Review corrections * wording * Review corrections * Review corrections * Review corrections
10 lines
186 B
Python
10 lines
186 B
Python
"""Constants for the Flipr integration."""
|
|
|
|
DOMAIN = "flipr"
|
|
|
|
ATTRIBUTION = "Flipr Data"
|
|
|
|
MANUFACTURER = "CTAC-TECH"
|
|
NAME = "Flipr"
|
|
|
|
CONF_ENTRY_FLIPR_COORDINATORS = "flipr_coordinators"
|