Update trait to support auto without ranges. (#21847)
This commit is contained in:
parent
e9cd9f88be
commit
ecabf92504
3 changed files with 91 additions and 22 deletions
|
@ -107,6 +107,8 @@ def hass_fixture(loop, hass):
|
|||
|
||||
return hass
|
||||
|
||||
# pylint: disable=redefined-outer-name
|
||||
|
||||
|
||||
@asyncio.coroutine
|
||||
def test_sync_request(hass_fixture, assistant_client, auth_header):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue