1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-07 14:56:25 +01:00
Files
core/homeassistant/components/websocket_api/manifest.json
T

13 lines
246 B
JSON

{
"domain": "websocket_api",
"name": "Websocket api",
"documentation": "https://www.home-assistant.io/integrations/websocket_api",
"requirements": [],
"dependencies": [
"http"
],
"codeowners": [
"@home-assistant/core"
]
}