mirror of
https://github.com/home-assistant/core.git
synced 2026-02-24 20:07:23 +00:00
5 lines
78 B
Python
5 lines
78 B
Python
"""The statistics component."""
|
|
|
|
DOMAIN = "statistics"
|
|
PLATFORMS = ["sensor"]
|