Update trait to support auto without ranges. (#21847)

This commit is contained in:
Penny Wood 2019-03-23 04:42:56 +08:00 committed by Paulus Schoutsen
parent e9cd9f88be
commit ecabf92504
3 changed files with 91 additions and 22 deletions

View file

@ -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):