Fix uptime sensor deviation detection in Fritz!Tools (#92907)

pull/92973/head
Michael 2023-05-11 09:10:06 +02:00 committed by GitHub
parent bf2cfb8edf
commit 26f7843800
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ class FritzBoxTools(
entity_data["entity_states"][
key
] = 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:
entity_data[