mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-09 18:36:29 +00:00
fixed json in creating_integration_manifest.md (#1609)
This commit is contained in:
parent
e0eb707572
commit
e3a42e3cd2
@ -17,7 +17,7 @@ Every integration has a manifest file to specify basic information about an inte
|
|||||||
"codeowners": ["@balloob"],
|
"codeowners": ["@balloob"],
|
||||||
"requirements": ["aiohue==1.9.1"],
|
"requirements": ["aiohue==1.9.1"],
|
||||||
"quality_scale": "platinum",
|
"quality_scale": "platinum",
|
||||||
"iot_class": "local_polling"
|
"iot_class": "local_polling",
|
||||||
"loggers": ["aiohue"]
|
"loggers": ["aiohue"]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user