mirror of
https://github.com/home-assistant/core.git
synced 2026-06-02 05:34:15 +01:00
67cf053260
Co-authored-by: J. Nick Koston <nick@koston.org>
9 lines
155 B
Python
9 lines
155 B
Python
"""The filesize constants."""
|
|
|
|
from homeassistant.const import Platform
|
|
|
|
DOMAIN = "filesize"
|
|
PLATFORMS = [Platform.SENSOR]
|
|
|
|
CONF_FILE_PATHS = "file_paths"
|