@@ -178,24 +178,22 @@ and Home Assistant Supervisor installation methods.
178
178
## Diagnostics for integrations and devices
179
179
180
180
To make debugging and reporting issues with integrations or devices easier,
181
- both in terms of reporting it, but also for developers to fix them, we introduce:
181
+ both in terms of reporting it, and for developers to fix them, we introduce:
182
182
** Diagnostics** .
183
183
184
184
Diagnostics can be provided by integrations and allow you to download diagnostic
185
- information, about an integration or device you have set up,
186
- directly from the Home Assistant UI.
185
+ information about an integration or device you have set up.
187
186
188
187
<p class =' img ' >
189
- <img class =" no-shadow " src =' /images/blog/2022-02/diagnostics.png ' alt =' SScreenshot showing the Download Diagnostics button on a Sonos device page' >
188
+ <img class =" no-shadow " src =' /images/blog/2022-02/diagnostics.png ' alt =' Screenshot showing the Download Diagnostics button on a Sonos device page' >
190
189
Screenshot of the Download Diagnostics button on the device page
191
190
</p >
192
191
193
- The above screenshot is from the device page of a Sonos speaker. The
194
- downloadable diagnostics file can be viewed, as a text file,
195
- and can be used for sharing when reporting an issue in our issue tracker.
192
+ The downloadable diagnostics file can be viewed as a text file,
193
+ and can be shared when reporting an issue in our issue tracker.
196
194
197
195
Diagnostics data can be extremely helpful in finding the root causes of
198
- an issue and to get them fixed. As a matter of fact, it helped us pin-pointing
196
+ an issue and getting them fixed. As a matter of fact, it helped us pinpointing
199
197
and fixing issues during the beta of this release.
200
198
201
199
The good news is that ** 61** ! integrations already added support for this new
0 commit comments