mirror of
https://github.com/home-assistant/core.git
synced 2025-06-01 11:47:04 +00:00
Fix wolflink super call (#55359)
This commit is contained in:
parent
10fa63775d
commit
eb458fb1d5
@ -148,7 +148,7 @@ class WolfLinkState(WolfLinkSensor):
|
||||
@property
|
||||
def native_value(self):
|
||||
"""Return the state converting with supported values."""
|
||||
state = super().state
|
||||
state = super().native_value
|
||||
resolved_state = [
|
||||
item for item in self.wolf_object.items if item.value == int(state)
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user