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