Add energy analytics (#18693)

This commit is contained in:
Joakim Sørensen 2021-08-02 18:51:25 +02:00 committed by Franck Nijhof
parent 93c5f8952f
commit 6db3413cfe
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -74,6 +74,7 @@ This includes:
- The names of all your core integrations
- The names and versions of all your custom integrations if you have any
- Boolean to indicate that the [`energy` integration](/integrations/energy) is configured
If your system includes the Supervisor, this will also contain:
@ -100,14 +101,17 @@ If your system includes the Supervisor, this will also contain:
"version": "{{site.data.version_data.hassos['odroid-n2']}}"
},
"integrations": ["awesome_integration"],
"addons": [
{
"slug": "awesome_addon",
"protected": true,
"version": "1.0.0",
"auto_update": false
}
]
"addons": [
{
"slug": "awesome_addon",
"protected": true,
"version": "1.0.0",
"auto_update": false
}
],
"energy": {
"configured": true
}
}
```