mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 14:56:53 +00:00
Change uuid (#17307)
This commit is contained in:
parent
58cbf8aee8
commit
aff1b9aa2d
@ -40,7 +40,7 @@ If your system includes the Supervisor, this will also contain:
|
|||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"huuid": "12a3456bc78d90123ef4567g789012h3",
|
"uuid": "12a3456bc78d90123ef4567g789012h3",
|
||||||
"version": "2021.4.0",
|
"version": "2021.4.0",
|
||||||
"installation_type": "Home Assistant OS",
|
"installation_type": "Home Assistant OS",
|
||||||
"supervisor": {
|
"supervisor": {
|
||||||
@ -72,7 +72,7 @@ If your system includes the Supervisor, this will also contain:
|
|||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"huuid": "12a3456bc78d90123ef4567g789012h3",
|
"uuid": "12a3456bc78d90123ef4567g789012h3",
|
||||||
"version": "2021.4.0",
|
"version": "2021.4.0",
|
||||||
"installation_type": "Home Assistant OS",
|
"installation_type": "Home Assistant OS",
|
||||||
"supervisor": {
|
"supervisor": {
|
||||||
@ -112,7 +112,7 @@ If your system includes the Supervisor, this will also contain:
|
|||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"huuid": "12a3456bc78d90123ef4567g789012h3",
|
"uuid": "12a3456bc78d90123ef4567g789012h3",
|
||||||
"version": "2021.4.0",
|
"version": "2021.4.0",
|
||||||
"installation_type": "Home Assistant OS",
|
"installation_type": "Home Assistant OS",
|
||||||
"supervisor": {
|
"supervisor": {
|
||||||
@ -145,7 +145,7 @@ Your data is securely stored in [CloudFlare's Key-Value store](https://www.cloud
|
|||||||
|
|
||||||
This is an example of how the information is stored:
|
This is an example of how the information is stored:
|
||||||
{% configuration_basic %}
|
{% configuration_basic %}
|
||||||
"huuid:12a3456bc78d90123ef4567g789012h3":
|
"uuid:12a3456bc78d90123ef4567g789012h3":
|
||||||
description: "{'version': '2021.4.0', 'installation_type': 'Home Assistant OS', 'country': 'NO'}"
|
description: "{'version': '2021.4.0', 'installation_type': 'Home Assistant OS', 'country': 'NO'}"
|
||||||
|
|
||||||
{% endconfiguration_basic %}
|
{% endconfiguration_basic %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user