mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Fix farcy failure for logbook test (#2780)
This commit is contained in:
parent
9c851790dc
commit
1a327d682d
@ -86,7 +86,7 @@ class TestComponentLogbook(unittest.TestCase):
|
||||
entries[1], pointC, 'bla', domain='sensor', entity_id=entity_id)
|
||||
|
||||
def test_filter_continuous_sensor_values(self):
|
||||
"""Test remove continuous sensor events from logbook"""
|
||||
"""Test remove continuous sensor events from logbook."""
|
||||
entity_id = 'sensor.bla'
|
||||
pointA = dt_util.utcnow()
|
||||
attributes = {'unit_of_measurement': 'foo'}
|
||||
|
Loading…
x
Reference in New Issue
Block a user