1
0
mirror of https://github.com/home-assistant/core.git synced 2025-09-22 19:39:36 +00:00
Files
core/homeassistant/components/bayesian/__init__.py
2022-08-18 10:22:49 +02:00

7 lines
130 B
Python

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