mirror of
https://github.com/home-assistant/core.git
synced 2025-05-21 22:37:07 +00:00

* Move trend constants to const.py * Migrate to async_setup_platform * Fix test * Reorder attrs
6 lines
137 B
Python
6 lines
137 B
Python
"""A sensor that monitors trends in other components."""
|
|
|
|
from homeassistant.const import Platform
|
|
|
|
PLATFORMS = [Platform.BINARY_SENSOR]
|