Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions homeassistant/components/airvisual/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,11 @@ def icon(self):
"""Return the icon."""
return self._icon

@property
def should_poll(self) -> bool:
"""Disable polling."""
return False

@property
def unit_of_measurement(self):
"""Return the unit the value is expressed in."""
Expand Down