Add the ability to reload bayesian platforms from yaml (#39771)

This commit is contained in:
J. Nick Koston 2020-09-08 02:41:17 -05:00 committed by GitHub
parent bb9ea7ce6e
commit a495946eeb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 77 additions and 2 deletions

View file

@ -1 +1,4 @@
"""The bayesian component."""
DOMAIN = "bayesian"
PLATFORMS = ["binary_sensor"]