core/homeassistant/components/flipr/const.py

9 lines
132 B
Python
Raw Normal View History

"""Constants for the Flipr integration."""
DOMAIN = "flipr"
ATTRIBUTION = "Flipr Data"
MANUFACTURER = "CTAC-TECH"
NAME = "Flipr"