mirror of
https://github.com/esphome/aioesphomeapi.git
synced 2025-01-28 22:41:25 +01:00
Remove cmp=True from APIVersion
This commit is contained in:
parent
8ed1d1ad12
commit
7a186109d7
@ -10,7 +10,7 @@ import attr
|
||||
# for a field (False, 0, empty string, enum with value 0, ...)
|
||||
|
||||
|
||||
@attr.s(cmp=True)
|
||||
@attr.s
|
||||
class APIVersion:
|
||||
major = attr.ib(type=int, default=0)
|
||||
minor = attr.ib(type=int, default=0)
|
||||
|
Loading…
Reference in New Issue
Block a user