Add newly added cpu temperatures to diagnostics in FRITZ!Tools (#153168)

This commit is contained in:
Michael
2025-09-30 09:21:03 +00:00
committed by Franck Nijhof
parent af2888331d
commit cd6f3a0fe5
2 changed files with 8 additions and 0 deletions
@@ -46,6 +46,9 @@ async def async_get_config_entry_diagnostics(
}
for _, device in avm_wrapper.devices.items()
],
"cpu_temperatures": await hass.async_add_executor_job(
avm_wrapper.fritz_status.get_cpu_temperatures
),
"wan_link_properties": await avm_wrapper.async_get_wan_link_properties(),
},
}
@@ -12,6 +12,11 @@
}),
]),
'connection_type': 'WANPPPConnection',
'cpu_temperatures': list([
69,
68,
67,
]),
'current_firmware': '7.29',
'discovered_services': list([
'DeviceInfo1',