mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Remove print() from Bayesian Binary Sensor (#33916)
This commit is contained in:
parent
8259a5a71f
commit
3331b81b64
@ -298,8 +298,6 @@ class BayesianBinarySensor(BinarySensorDevice):
|
|||||||
@property
|
@property
|
||||||
def device_state_attributes(self):
|
def device_state_attributes(self):
|
||||||
"""Return the state attributes of the sensor."""
|
"""Return the state attributes of the sensor."""
|
||||||
print(self.current_observations)
|
|
||||||
print(self.observations_by_entity)
|
|
||||||
return {
|
return {
|
||||||
ATTR_OBSERVATIONS: list(self.current_observations.values()),
|
ATTR_OBSERVATIONS: list(self.current_observations.values()),
|
||||||
ATTR_OCCURRED_OBSERVATION_ENTITIES: list(
|
ATTR_OCCURRED_OBSERVATION_ENTITIES: list(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user