diff --git a/homeassistant/auth/auth_store.py b/homeassistant/auth/auth_store.py index d78a1f4225ec16240a36446ae65c7de79d548a4f..8e8d03253e54d370ec1f90c612459c1902a55b16 100644 --- a/homeassistant/auth/auth_store.py +++ b/homeassistant/auth/auth_store.py @@ -235,7 +235,7 @@ class AuthStore: continue token_type = rt_dict.get('token_type') if token_type is None: - if rt_dict['clinet_id'] is None: + if rt_dict['client_id'] is None: token_type = models.TOKEN_TYPE_SYSTEM else: token_type = models.TOKEN_TYPE_NORMAL