mirror of
https://github.com/elisspace/core.git
synced 2026-09-13 14:37:05 +00:00
7 lines
123 B
Python
7 lines
123 B
Python
"""The filesize constants."""
|
|
|
|
from homeassistant.const import Platform
|
|
|
|
DOMAIN = "filesize"
|
|
PLATFORMS = [Platform.SENSOR]
|