ha-core/homeassistant/components/filesize/const.py

7 lines
123 B
Python

"""The filesize constants."""
from homeassistant.const import Platform
DOMAIN = "filesize"
PLATFORMS = [Platform.SENSOR]