Alphabetize manifest.json

Alphabetized manifest.json according to home assistant requirements.
This commit is contained in:
oven-lab
2023-05-20 14:15:08 +02:00
committed by GitHub
parent a47cdc4096
commit 2dbff47505

View File

@@ -1,14 +1,14 @@
{
"domain": "localtuya",
"name": "LocalTuya integration",
"version": "5.0.1",
"documentation": "https://github.com/rospogrigio/localtuya/",
"dependencies": [],
"codeowners": [
"@rospogrigio", "@postlund"
],
"config_flow": true,
"dependencies": [],
"documentation": "https://github.com/rospogrigio/localtuya/",
"iot_class": "local_push",
"issue_tracker": "https://github.com/rospogrigio/localtuya/issues",
"requirements": [],
"config_flow": true,
"iot_class": "local_push"
"version": "5.0.1"
}