Remove unused constant in Tag (#118966)
Remove not used constant in Tag
This commit is contained in:
parent
0d2e441de5
commit
4ec6ba445b
1 changed files with 0 additions and 1 deletions
|
@ -34,7 +34,6 @@ STORAGE_VERSION = 1
|
||||||
STORAGE_VERSION_MINOR = 3
|
STORAGE_VERSION_MINOR = 3
|
||||||
|
|
||||||
TAG_DATA: HassKey[TagStorageCollection] = HassKey(DOMAIN)
|
TAG_DATA: HassKey[TagStorageCollection] = HassKey(DOMAIN)
|
||||||
SIGNAL_TAG_CHANGED = "signal_tag_changed"
|
|
||||||
|
|
||||||
CREATE_FIELDS = {
|
CREATE_FIELDS = {
|
||||||
vol.Optional(TAG_ID): cv.string,
|
vol.Optional(TAG_ID): cv.string,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue