Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the color_extractor component."""
2 
3 ATTR_PATH = "color_extract_path"
4 ATTR_URL = "color_extract_url"
5 
6 DOMAIN = "color_extractor"
7 DEFAULT_NAME = "Color extractor"
8 
9 SERVICE_TURN_ON = "turn_on"