mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 00:37:53 +00:00
Remove unused constant in Tag (#118966)
Remove not used constant in Tag
This commit is contained in:
parent
0d2e441de5
commit
4ec6ba445b
@ -34,7 +34,6 @@ STORAGE_VERSION = 1
|
||||
STORAGE_VERSION_MINOR = 3
|
||||
|
||||
TAG_DATA: HassKey[TagStorageCollection] = HassKey(DOMAIN)
|
||||
SIGNAL_TAG_CHANGED = "signal_tag_changed"
|
||||
|
||||
CREATE_FIELDS = {
|
||||
vol.Optional(TAG_ID): cv.string,
|
||||
|
Loading…
x
Reference in New Issue
Block a user