hass-core/homeassistant/components/automation/manifest.json
Erik Montnemery 7e7cb15d5b
Revert "Allows defining list of attributes excluded from history in manifest.json" (#99300)
Revert "Allows defining list of attributes excluded from history in manifest.json (#99283)"

This reverts commit 0366e14630.
2023-08-30 08:26:26 +02:00

10 lines
334 B
JSON

{
"domain": "automation",
"name": "Automation",
"after_dependencies": ["device_automation", "webhook"],
"codeowners": ["@home-assistant/core"],
"dependencies": ["blueprint", "trace"],
"documentation": "https://www.home-assistant.io/integrations/automation",
"integration_type": "system",
"quality_scale": "internal"
}