Allows defining list of attributes excluded from history in manifest.json (#99283)

* Move list of attributes excluded from history to manifest.json

* Address comments
This commit is contained in:
Erik Montnemery
2023-08-29 20:14:33 +02:00
committed by GitHub
parent 50150f5577
commit 0366e14630
8 changed files with 72 additions and 21 deletions

View File

@ -20,6 +20,7 @@ from . import (
metadata,
mqtt,
mypy_config,
recorder,
requirements,
services,
ssdp,
@ -39,6 +40,7 @@ INTEGRATION_PLUGINS = [
json,
manifest,
mqtt,
recorder,
requirements,
services,
ssdp,