mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 19:57:07 +00:00
Remove vera should_poll (#48209)
This commit is contained in:
parent
136ac88bed
commit
834fc1ae14
@ -246,11 +246,6 @@ class VeraDevice(Generic[DeviceType], Entity):
|
|||||||
"""Return the name of the device."""
|
"""Return the name of the device."""
|
||||||
return self._name
|
return self._name
|
||||||
|
|
||||||
@property
|
|
||||||
def should_poll(self) -> bool:
|
|
||||||
"""Get polling requirement from vera device."""
|
|
||||||
return self.vera_device.should_poll
|
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def extra_state_attributes(self) -> dict[str, Any] | None:
|
def extra_state_attributes(self) -> dict[str, Any] | None:
|
||||||
"""Return the state attributes of the device."""
|
"""Return the state attributes of the device."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user