1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 04:50:05 +00:00

Clean up constants (#47323)

This commit is contained in:
tkdrob
2021-03-05 13:08:04 -05:00
committed by GitHub
parent cc99fd5e32
commit 3baeed3684
30 changed files with 55 additions and 60 deletions

View File

@@ -112,7 +112,6 @@ DEFAULT_MAX_EXCEEDED = "WARNING"
ATTR_CUR = "current"
ATTR_MAX = "max"
ATTR_MODE = "mode"
DATA_SCRIPTS = "helpers.script"