From 834fc1ae141731e9b3041a9236d7ff36a6d88e78 Mon Sep 17 00:00:00 2001 From: Greg Dowling Date: Mon, 22 Mar 2021 11:01:17 +0000 Subject: [PATCH] Remove vera should_poll (#48209) --- homeassistant/components/vera/__init__.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/homeassistant/components/vera/__init__.py b/homeassistant/components/vera/__init__.py index e544ddb925f..3654db5072d 100644 --- a/homeassistant/components/vera/__init__.py +++ b/homeassistant/components/vera/__init__.py @@ -246,11 +246,6 @@ class VeraDevice(Generic[DeviceType], Entity): """Return the name of the device.""" return self._name - @property - def should_poll(self) -> bool: - """Get polling requirement from vera device.""" - return self.vera_device.should_poll - @property def extra_state_attributes(self) -> dict[str, Any] | None: """Return the state attributes of the device."""