mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 05:05:09 +02:00
Remove unused constant in Tag (#118966)
Remove not used constant in Tag
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user