mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 06:05:10 +02:00
fix
This commit is contained in:
@@ -75,7 +75,7 @@ class TestFilterSensor(unittest.TestCase):
|
|||||||
|
|
||||||
state = self.hass.states.get('sensor.test')
|
state = self.hass.states.get('sensor.test')
|
||||||
self.assertEqual(18.05, round(float(state.state), 2))
|
self.assertEqual(18.05, round(float(state.state), 2))
|
||||||
|
|
||||||
def test_throttle(self):
|
def test_throttle(self):
|
||||||
"""Test if filter throttle works."""
|
"""Test if filter throttle works."""
|
||||||
config = {
|
config = {
|
||||||
|
Reference in New Issue
Block a user