1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-22 08:20:04 +01:00
Files
core/homeassistant/components/statistics/__init__.py
T
2021-12-28 21:24:27 +01:00

7 lines
127 B
Python

"""The statistics component."""
from homeassistant.const import Platform
DOMAIN = "statistics"
PLATFORMS = [Platform.SENSOR]