mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 15:06:05 +01:00
7 lines
123 B
Python
7 lines
123 B
Python
"""The filesize constants."""
|
|
|
|
from homeassistant.const import Platform
|
|
|
|
DOMAIN = "filesize"
|
|
PLATFORMS = [Platform.SENSOR]
|