mirror of
https://github.com/home-assistant/core.git
synced 2025-04-28 11:17:53 +00:00
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"
|