Fix adding OS entities for supervised installations (#69539)
This commit is contained in:
parent
0ad9da9dd0
commit
a5dc95e715
5 changed files with 64 additions and 13 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue