mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
Add energy analytics (#18693)
This commit is contained in:
parent
93c5f8952f
commit
6db3413cfe
@ -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
|
||||||
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user