1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/homeassistant_ynh.git synced 2024-09-03 19:26:16 +02:00

Upgrade onboarding to v4

This commit is contained in:
ewilly 2021-12-07 09:02:05 +01:00
parent 77c1e690c9
commit 996edf6b89

View file

@ -1,11 +1,12 @@
{ {
"version": 4,
"key": "onboarding",
"data": { "data": {
"done": [ "done": [
"user", "user",
"core_config", "core_config",
"analytics",
"integration" "integration"
] ]
}, }
"key": "onboarding",
"version": 3
} }