mirror of
https://github.com/home-assistant/core.git
synced 2026-09-05 02:25:07 -05:00
Add newly added cpu temperatures to diagnostics in FRITZ!Tools (#153168)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user