Add recorder engine to analytics documentation (#26183)

This commit is contained in:
Joakim Sørensen 2023-02-13 09:30:40 +01:00 committed by GitHub
parent 1c08ad8829
commit d8c4377f43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,6 +75,7 @@ This includes:
- The names of all your core integrations
- The names and versions of all your custom integrations if you have any
- The name and version of the engine used in the [recorder integration](/integrations/recorder)
- Boolean to indicate that the [energy integration](/integrations/energy) is configured
- Boolean to indicate that [HTTP certificate](https://www.home-assistant.io/integrations/http/#ssl_certificate) is configured
@ -114,6 +115,10 @@ If your system includes the Supervisor, this will also contain:
"energy": {
"configured": true
},
"recorder": {
"engine": "sqlite",
"version": "123"
},
"certificate": false
}
```