core/homeassistant/components/bayesian/__init__.py

7 lines
130 B
Python

"""The bayesian component."""
from homeassistant.const import Platform
DOMAIN = "bayesian"
PLATFORMS = [Platform.BINARY_SENSOR]