1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-20 10:59:24 +00:00
Files
core/homeassistant/generated/recorder.py
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",
},
}