core/homeassistant/components/trend/__init__.py

6 lines
137 B
Python

"""A sensor that monitors trends in other components."""
from homeassistant.const import Platform
PLATFORMS = [Platform.BINARY_SENSOR]