mirror of
https://github.com/home-assistant/core.git
synced 2025-05-11 17:39:17 +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]
|