mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 09:47:52 +00:00
now saved
This commit is contained in:
parent
8f12b997f8
commit
0c52b143ae
@ -106,7 +106,9 @@ class TestLightMQTT(unittest.TestCase):
|
|||||||
light_state.attributes['brightness'])
|
light_state.attributes['brightness'])
|
||||||
self.assertEqual([0, 0],
|
self.assertEqual([0, 0],
|
||||||
light_state.attributes['xy_color'])
|
light_state.attributes['xy_color'])
|
||||||
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/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()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user