mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 03:35:09 +02:00
check the default value only checkable local. I removed it.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user