9 lines
135 B
Python
9 lines
135 B
Python
|
"""Constants for the file integration."""
|
||
|
|
||
|
DOMAIN = "file"
|
||
|
|
||
|
CONF_TIMESTAMP = "timestamp"
|
||
|
|
||
|
DEFAULT_NAME = "File"
|
||
|
FILE_ICON = "mdi:file"
|