mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Fix attr spelling error in Nest SDM SensorBase (#64490)
This commit is contained in:
parent
e9e9852e05
commit
1968257b23
@ -56,7 +56,7 @@ async def async_setup_sdm_entry(
|
||||
class SensorBase(SensorEntity):
|
||||
"""Representation of a dynamically updated Sensor."""
|
||||
|
||||
_attr_shoud_poll = False
|
||||
_attr_should_poll = False
|
||||
_attr_state_class = SensorStateClass.MEASUREMENT
|
||||
|
||||
def __init__(self, device: Device) -> None:
|
||||
|
Loading…
x
Reference in New Issue
Block a user