1
0
mirror of https://github.com/elisspace/core.git synced 2026-08-30 08:02:02 +00:00
Files
2022-05-12 10:31:42 +02:00

7 lines
123 B
Python

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