mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-23 17:05:25 +01: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]
|