mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 04:37:06 +00:00
Fix pydoc strings
This commit is contained in:
parent
88734f05c6
commit
915b9cb3eb
@ -482,7 +482,7 @@ class TestSwitchFlux(unittest.TestCase):
|
||||
self.assertEqual(call.data[light.ATTR_XY_COLOR], [0.452, 0.386])
|
||||
|
||||
def test_flux_with_mired(self):
|
||||
"""Test the flux switch´s mode mired"""
|
||||
"""Test the flux switch´s mode mired."""
|
||||
platform = loader.get_component('light.test')
|
||||
platform.init()
|
||||
self.assertTrue(
|
||||
@ -524,7 +524,7 @@ class TestSwitchFlux(unittest.TestCase):
|
||||
self.assertEqual(call.data[light.ATTR_COLOR_TEMP], 269)
|
||||
|
||||
def test_flux_with_kelvin(self):
|
||||
"""Test the flux switch´s mode kelvin"""
|
||||
"""Test the flux switch´s mode kelvin."""
|
||||
platform = loader.get_component('light.test')
|
||||
platform.init()
|
||||
self.assertTrue(
|
||||
|
Loading…
x
Reference in New Issue
Block a user