Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.bayesian.const
 

Variables

string homeassistant.components.bayesian.const.ATTR_OBSERVATIONS = "observations"
 
string homeassistant.components.bayesian.const.ATTR_OCCURRED_OBSERVATION_ENTITIES = "occurred_observation_entities"
 
string homeassistant.components.bayesian.const.ATTR_PROBABILITY = "probability"
 
string homeassistant.components.bayesian.const.ATTR_PROBABILITY_THRESHOLD = "probability_threshold"
 
string homeassistant.components.bayesian.const.CONF_NUMERIC_STATE = "numeric_state"
 
string homeassistant.components.bayesian.const.CONF_OBSERVATIONS = "observations"
 
string homeassistant.components.bayesian.const.CONF_P_GIVEN_F = "prob_given_false"
 
string homeassistant.components.bayesian.const.CONF_P_GIVEN_T = "prob_given_true"
 
string homeassistant.components.bayesian.const.CONF_PRIOR = "prior"
 
string homeassistant.components.bayesian.const.CONF_PROBABILITY_THRESHOLD = "probability_threshold"
 
string homeassistant.components.bayesian.const.CONF_TEMPLATE = "template"
 
string homeassistant.components.bayesian.const.CONF_TO_STATE = "to_state"
 
string homeassistant.components.bayesian.const.DEFAULT_NAME = "Bayesian Binary Sensor"
 
float homeassistant.components.bayesian.const.DEFAULT_PROBABILITY_THRESHOLD = 0.5