mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Move core light test to correct dir
This commit is contained in:
parent
329d63ac11
commit
41d0f95d9a
@ -111,7 +111,8 @@ class TestLightMQTT(unittest.TestCase):
|
|||||||
fire_mqtt_message(self.hass, 'test_light_rgb/status', 'on')
|
fire_mqtt_message(self.hass, 'test_light_rgb/status', 'on')
|
||||||
self.hass.pool.block_till_done()
|
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()
|
self.hass.pool.block_till_done()
|
||||||
|
|
||||||
light_state = self.hass.states.get('light.test')
|
light_state = self.hass.states.get('light.test')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user