Skip to content

Commit 57d8413

Browse files
authored
Merge pull request #1070 from Masterz69/patch-1
Update diagnostics.py
2 parents 2b91eca + 9905c3f commit 57d8413

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

custom_components/sonoff/diagnostics.py

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ async def async_get_config_entry_diagnostics(hass: HomeAssistant, entry: ConfigE
3737
"model": device.get("productModel"),
3838
"online": device.get("online"),
3939
"localtype": device.get("localtype"),
40+
"host": device.get("host"),
4041
}
4142
if "params" in device
4243
else {

0 commit comments

Comments
 (0)