* Fire events when long term statistics is updated * Allow the new events to be subscribed to by anyone * Address review comments * Finish renaming events * Finish renaming events * Fix do_adhoc_statistics * Adjust tests * Adjust tests
11 lines
324 B
JSON
11 lines
324 B
JSON
{
|
|
"domain": "websocket_api",
|
|
"name": "Home Assistant WebSocket API",
|
|
"documentation": "https://www.home-assistant.io/integrations/websocket_api",
|
|
"dependencies": ["http"],
|
|
"codeowners": ["@home-assistant/core"],
|
|
"quality_scale": "internal",
|
|
"integration_type": "system",
|
|
"after_dependencies": ["recorder"]
|
|
}
|