mirror of
https://github.com/elisspace/core.git
synced 2026-09-11 21:48:37 +00:00
7 lines
127 B
Python
7 lines
127 B
Python
"""The statistics component."""
|
|
|
|
from homeassistant.const import Platform
|
|
|
|
DOMAIN = "statistics"
|
|
PLATFORMS = [Platform.SENSOR]
|