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 of all your core integrations
- The names and versions of all your custom integrations if you have any - 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: If your system includes the Supervisor, this will also contain:
@ -107,7 +108,10 @@ If your system includes the Supervisor, this will also contain:
"version": "1.0.0", "version": "1.0.0",
"auto_update": false "auto_update": false
} }
] ],
"energy": {
"configured": true
}
} }
``` ```