mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-22 00:05:33 +01:00
7 lines
127 B
Python
7 lines
127 B
Python
"""The statistics component."""
|
|
|
|
from homeassistant.const import Platform
|
|
|
|
DOMAIN = "statistics"
|
|
PLATFORMS = [Platform.SENSOR]
|