hass-core/homeassistant/components/filesize/const.py
G Johansson 67cf053260
Implement config flow for filesize (#67668)
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-03-25 09:30:28 -10:00

8 lines
155 B
Python

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