Remove print() from Bayesian Binary Sensor (#33916)
parent
8259a5a71f
commit
3331b81b64
|
@ -298,8 +298,6 @@ class BayesianBinarySensor(BinarySensorDevice):
|
|||
@property
|
||||
def device_state_attributes(self):
|
||||
"""Return the state attributes of the sensor."""
|
||||
print(self.current_observations)
|
||||
print(self.observations_by_entity)
|
||||
return {
|
||||
ATTR_OBSERVATIONS: list(self.current_observations.values()),
|
||||
ATTR_OCCURRED_OBSERVATION_ENTITIES: list(
|
||||
|
|
Loading…
Reference in New Issue