Fix tailing comma in JSON snippet on Grouping integrations page (#1494)

This commit is contained in:
Guido Schmitz 2022-10-12 23:35:01 +02:00 committed by GitHub
parent 0a0e376018
commit 36f83bb985
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ Or a minimal example that you can copy into your project:
"domain": "your_brand_domain", "domain": "your_brand_domain",
"name": "Your Brand", "name": "Your Brand",
"integrations": [], "integrations": [],
"iot_standards": [], "iot_standards": []
} }
``` ```