1
0
mirror of https://github.com/home-assistant/core.git synced 2025-08-22 03:40:02 +00:00
Files
core/homeassistant/components/image_upload/const.py
Franck Nijhof 80b3572627 Rename image integration to image_upload ()
* Rename image integration to image_upload

* fix test
2022-12-16 08:16:38 -05:00

4 lines
75 B
Python

"""Constants for the Image Upload integration."""
DOMAIN = "image_upload"