mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00

* Add manifests * Update auto name * Update codeowners * Add requirements from platforms * Minor cleanup * Incorporate changes from awarecan PR
13 lines
241 B
JSON
13 lines
241 B
JSON
{
|
|
"domain": "conversation",
|
|
"name": "Conversation",
|
|
"documentation": "https://www.home-assistant.io/components/conversation",
|
|
"requirements": [],
|
|
"dependencies": [
|
|
"http"
|
|
],
|
|
"codeowners": [
|
|
"@home-assistant/core"
|
|
]
|
|
}
|