Skip to content

Commit

Permalink
Improve miottemplate.py print to support python 3.7.3 (Closes: #906) (#…
Browse files Browse the repository at this point in the history
…910)

* Fix __repr__ of AirHumidifierMiotStatus (Closes: #908)

* Improve miottemplate.py print to support python 3.7.3
  • Loading branch information
syssi authored Jan 13, 2021
1 parent 9c57999 commit 7771f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devtools/containers.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class Property(DataClassJsonMixin):
format: str
access: List[str]

value_list: Optional[List[Dict]] = field(
value_list: Optional[List[Dict[str, Any]]] = field(
default_factory=list, metadata=config(field_name="value-list")
)
value_range: Optional[List[int]] = field(
Expand Down

0 comments on commit 7771f45

Please sign in to comment.