mirror of
https://github.com/home-assistant/core.git
synced 2025-04-27 10:47:51 +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]
|