Fix adding OS entities for supervised installations (#69539)

This commit is contained in:
Joakim Sørensen 2022-04-07 13:34:20 +02:00 committed by GitHub
parent 0ad9da9dd0
commit a5dc95e715
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 64 additions and 13 deletions

View file

@ -24,7 +24,11 @@ def mock_all(aioclient_mock, request):
"http://127.0.0.1/info",
json={
"result": "ok",
"data": {"supervisor": "222", "homeassistant": "0.110.0", "hassos": None},
"data": {
"supervisor": "222",
"homeassistant": "0.110.0",
"hassos": "1.2.3",
},
},
)
aioclient_mock.get(