1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/color_extractor/const.py
Adam Cooper 4bf8850131
Add color_extractor service (#42129)
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-10-27 22:22:09 +01:00

8 lines
172 B
Python

"""Constants for the color_extractor component."""
ATTR_PATH = "color_extract_path"
ATTR_URL = "color_extract_url"
DOMAIN = "color_extractor"
SERVICE_TURN_ON = "turn_on"