6 lines
127 B
Python
6 lines
127 B
Python
"""The statistics component."""
|
|
|
|
from homeassistant.const import Platform
|
|
|
|
DOMAIN = "statistics"
|
|
PLATFORMS = [Platform.SENSOR]
|