Skip to content

Commit

Permalink
refactor: Add sensor data to async_get_config_entry_diagnostics
Browse files Browse the repository at this point in the history
  • Loading branch information
liudger committed Sep 8, 2024
1 parent a167766 commit 33cb28a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions homeassistant/components/bsblan/diagnostics.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ async def async_get_config_entry_diagnostics(
"device": data.device.to_dict(),
"coordinator_data": {
"state": data.coordinator.data.state.to_dict(),
"sensor": data.coordinator.data.sensor.to_dict(),
},
"static": data.static.to_dict(),
}

0 comments on commit 33cb28a

Please sign in to comment.