Skip to content

Commit

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

* Fix __repr__ of AirHumidifierMiotStatus (Closes: rytilahti#908)

* Improve miottemplate.py print to support python 3.7.3
  • Loading branch information
syssi authored and xvlady committed May 9, 2021
1 parent c8a4dfc commit 350a551
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 350a551

Please sign in to comment.