mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 02:37:08 +00:00
Fix uptime sensor deviation detection in Fritz!Tools (#92907)
This commit is contained in:
parent
bf2cfb8edf
commit
26f7843800
@ -283,7 +283,7 @@ class FritzBoxTools(
|
|||||||
entity_data["entity_states"][
|
entity_data["entity_states"][
|
||||||
key
|
key
|
||||||
] = await self.hass.async_add_executor_job(
|
] = await self.hass.async_add_executor_job(
|
||||||
update_fn, self.fritz_status, self.data.get(key)
|
update_fn, self.fritz_status, self.data["entity_states"].get(key)
|
||||||
)
|
)
|
||||||
if self.has_call_deflections:
|
if self.has_call_deflections:
|
||||||
entity_data[
|
entity_data[
|
||||||
|
Loading…
x
Reference in New Issue
Block a user