mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 04:37:06 +00:00
check the default value only checkable local. I removed it.
This commit is contained in:
parent
0c52b143ae
commit
90063ea7f8
@ -104,8 +104,6 @@ class TestLightMQTT(unittest.TestCase):
|
||||
light_state = self.hass.states.get('light.test')
|
||||
self.assertEqual(100,
|
||||
light_state.attributes['brightness'])
|
||||
self.assertEqual([0, 0],
|
||||
light_state.attributes['xy_color'])
|
||||
|
||||
xy = color_util.color_RGB_to_xy(125,125,125)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user