Migrate light component to async (#4635)
This commit is contained in:
parent
4c03d670c1
commit
bde7176b3c
11 changed files with 99 additions and 88 deletions
|
@ -271,8 +271,7 @@ class TestLight(unittest.TestCase):
|
|||
user_file.write('I,WILL,NOT,WORK\n')
|
||||
|
||||
self.assertFalse(setup_component(
|
||||
self.hass, light.DOMAIN, {light.DOMAIN: {CONF_PLATFORM: 'test'}}
|
||||
))
|
||||
self.hass, light.DOMAIN, {light.DOMAIN: {CONF_PLATFORM: 'test'}}))
|
||||
|
||||
def test_light_profiles(self):
|
||||
"""Test light profiles."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue