mirror of
https://github.com/home-assistant/core.git
synced 2025-11-05 08:59:57 +00:00
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.
This commit is contained in:
@@ -264,7 +264,6 @@ INTEGRATION_MANIFEST_SCHEMA = vol.Schema(
|
||||
vol.Optional("loggers"): [str],
|
||||
vol.Optional("disabled"): str,
|
||||
vol.Optional("iot_class"): vol.In(SUPPORTED_IOT_CLASSES),
|
||||
vol.Optional("recorder_excluded_attributes"): [str],
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user