Erik Montnemery 0366e14630
Allows defining list of attributes excluded from history in manifest.json (#99283)
* Move list of attributes excluded from history to manifest.json

* Address comments
2023-08-29 20:14:33 +02:00

15 lines
224 B
Python

"""Automatically generated file.
To update, run python3 -m script.hassfest
"""
EXCLUDED_ATTRIBUTES = {
"automation": {
"current",
"id",
"last_triggered",
"max",
"mode",
},
}