mirror of
https://github.com/home-assistant/core.git
synced 2026-05-27 10:46:38 +01:00
3d3aa824b3
* 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]
|