Skip to content

Commit

Permalink
aurqualitymonitor: add supported models
Browse files Browse the repository at this point in the history
  • Loading branch information
rytilahti committed Dec 1, 2021
1 parent c90511a commit de29ec7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions miio/airqualitymonitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ def tvoc(self) -> Optional[int]:
class AirQualityMonitor(Device):
"""Xiaomi PM2.5 Air Quality Monitor."""

_supported_models = list(AVAILABLE_PROPERTIES.keys())

@command(
default_output=format_output(
"",
Expand Down

0 comments on commit de29ec7

Please sign in to comment.