mirror of
https://github.com/home-assistant/core.git
synced 2026-06-02 13:44:32 +01:00
6636e5b737
Co-authored-by: Franck Nijhof <frenck@frenck.nl> Co-authored-by: cnico <>
11 lines
160 B
Python
11 lines
160 B
Python
"""Constants for the Flipr integration."""
|
|
|
|
DOMAIN = "flipr"
|
|
|
|
CONF_FLIPR_ID = "flipr_id"
|
|
|
|
ATTRIBUTION = "Flipr Data"
|
|
|
|
MANUFACTURER = "CTAC-TECH"
|
|
NAME = "Flipr"
|