Variables | |
| string | ATTR_OBSERVATIONS = "observations" |
| string | ATTR_OCCURRED_OBSERVATION_ENTITIES = "occurred_observation_entities" |
| string | ATTR_PROBABILITY = "probability" |
| string | ATTR_PROBABILITY_THRESHOLD = "probability_threshold" |
| string | CONF_NUMERIC_STATE = "numeric_state" |
| string | CONF_OBSERVATIONS = "observations" |
| string | CONF_P_GIVEN_F = "prob_given_false" |
| string | CONF_P_GIVEN_T = "prob_given_true" |
| string | CONF_PRIOR = "prior" |
| string | CONF_PROBABILITY_THRESHOLD = "probability_threshold" |
| string | CONF_TEMPLATE = "template" |
| string | CONF_TO_STATE = "to_state" |
| string | DEFAULT_NAME = "Bayesian Binary Sensor" |
| float | DEFAULT_PROBABILITY_THRESHOLD = 0.5 |
Consts for using in modules.
| 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" |