Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.bayesian.const Namespace Reference

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
 

Detailed Description

Consts for using in modules.

Variable Documentation

◆ ATTR_OBSERVATIONS

string homeassistant.components.bayesian.const.ATTR_OBSERVATIONS = "observations"

Definition at line 3 of file const.py.

◆ ATTR_OCCURRED_OBSERVATION_ENTITIES

string homeassistant.components.bayesian.const.ATTR_OCCURRED_OBSERVATION_ENTITIES = "occurred_observation_entities"

Definition at line 4 of file const.py.

◆ ATTR_PROBABILITY

string homeassistant.components.bayesian.const.ATTR_PROBABILITY = "probability"

Definition at line 5 of file const.py.

◆ ATTR_PROBABILITY_THRESHOLD

string homeassistant.components.bayesian.const.ATTR_PROBABILITY_THRESHOLD = "probability_threshold"

Definition at line 6 of file const.py.

◆ CONF_NUMERIC_STATE

string homeassistant.components.bayesian.const.CONF_NUMERIC_STATE = "numeric_state"

Definition at line 11 of file const.py.

◆ CONF_OBSERVATIONS

string homeassistant.components.bayesian.const.CONF_OBSERVATIONS = "observations"

Definition at line 8 of file const.py.

◆ CONF_P_GIVEN_F

string homeassistant.components.bayesian.const.CONF_P_GIVEN_F = "prob_given_false"

Definition at line 13 of file const.py.

◆ CONF_P_GIVEN_T

string homeassistant.components.bayesian.const.CONF_P_GIVEN_T = "prob_given_true"

Definition at line 14 of file const.py.

◆ CONF_PRIOR

string homeassistant.components.bayesian.const.CONF_PRIOR = "prior"

Definition at line 9 of file const.py.

◆ CONF_PROBABILITY_THRESHOLD

string homeassistant.components.bayesian.const.CONF_PROBABILITY_THRESHOLD = "probability_threshold"

Definition at line 12 of file const.py.

◆ CONF_TEMPLATE

string homeassistant.components.bayesian.const.CONF_TEMPLATE = "template"

Definition at line 10 of file const.py.

◆ CONF_TO_STATE

string homeassistant.components.bayesian.const.CONF_TO_STATE = "to_state"

Definition at line 15 of file const.py.

◆ DEFAULT_NAME

string homeassistant.components.bayesian.const.DEFAULT_NAME = "Bayesian Binary Sensor"

Definition at line 17 of file const.py.

◆ DEFAULT_PROBABILITY_THRESHOLD

float homeassistant.components.bayesian.const.DEFAULT_PROBABILITY_THRESHOLD = 0.5

Definition at line 18 of file const.py.