mirror of
https://github.com/esphome/aioesphomeapi.git
synced 2025-01-13 20:11:42 +01:00
Merge pull request #5 from balloob/patch-1
Remove cmp=True from APIVersion
This commit is contained in:
commit
c215b82566
@ -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