Files
core/homeassistant/components/filesize/const.py
T
2022-03-25 09:30:28 -10:00

9 lines
155 B
Python

"""The filesize constants."""
from homeassistant.const import Platform
DOMAIN = "filesize"
PLATFORMS = [Platform.SENSOR]
CONF_FILE_PATHS = "file_paths"