"""The filesize constants."""

from homeassistant.const import Platform

DOMAIN = "filesize"
PLATFORMS = [Platform.SENSOR]

CONF_FILE_PATHS = "file_paths"