mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 09:47:52 +00:00
7 lines
130 B
Python
7 lines
130 B
Python
"""The bayesian component."""
|
|
|
|
from homeassistant.const import Platform
|
|
|
|
DOMAIN = "bayesian"
|
|
PLATFORMS = [Platform.BINARY_SENSOR]
|