mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 17:57:55 +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]
|