Move core light test to correct dir
This commit is contained in:
parent
329d63ac11
commit
41d0f95d9a
2 changed files with 5 additions and 4 deletions
|
@ -106,12 +106,13 @@ class TestLightMQTT(unittest.TestCase):
|
|||
self.assertEqual(100,
|
||||
light_state.attributes['brightness'])
|
||||
|
||||
xy = color_util.color_RGB_to_xy(125,125,125)
|
||||
xy = color_util.color_RGB_to_xy(125, 125, 125)
|
||||
|
||||
fire_mqtt_message(self.hass, 'test_light_rgb/status', 'on')
|
||||
self.hass.pool.block_till_done()
|
||||
|
||||
fire_mqtt_message(self.hass, 'test_light_rgb/rgb/status', '125,125,125')
|
||||
fire_mqtt_message(self.hass, 'test_light_rgb/rgb/status',
|
||||
'125,125,125')
|
||||
self.hass.pool.block_till_done()
|
||||
|
||||
light_state = self.hass.states.get('light.test')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue