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:
Erik Montnemery
2023-08-30 08:26:26 +02:00
committed by GitHub
parent fb4e93071e
commit 7e7cb15d5b
8 changed files with 21 additions and 72 deletions

View File

@@ -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],
}
)