1
mirror of https://github.com/home-assistant/core synced 2024-09-03 08:14:07 +02:00
ha-core/homeassistant/components/filter/__init__.py
2021-12-28 21:13:20 +01:00

7 lines
119 B
Python

"""The filter component."""
from homeassistant.const import Platform
DOMAIN = "filter"
PLATFORMS = [Platform.SENSOR]