mirror of
https://github.com/home-assistant/core.git
synced 2026-09-07 14:01:20 +01:00
Co-authored-by: Petar Petrov <MindFreeze@users.noreply.github.com> Co-authored-by: Erik Montnemery <erik@montnemery.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Josef Zweck <josef@zweck.dev>
6 lines
105 B
Python
6 lines
105 B
Python
"""Constants for the Collection Image integration."""
|
|
|
|
DOMAIN = "collection_image"
|
|
|
|
CONF_MEDIA = "media"
|