mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 10:17:23 +00:00
Add boolean for certificate usage to analytics (#22044)
This commit is contained in:
parent
0c4a636b30
commit
99388248f6
@ -75,6 +75,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
|
- 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
|
||||||
|
|
||||||
If your system includes the Supervisor, this will also contain:
|
If your system includes the Supervisor, this will also contain:
|
||||||
|
|
||||||
@ -111,7 +112,8 @@ If your system includes the Supervisor, this will also contain:
|
|||||||
],
|
],
|
||||||
"energy": {
|
"energy": {
|
||||||
"configured": true
|
"configured": true
|
||||||
}
|
},
|
||||||
|
"certificate": false
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user