We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2b91eca + 9905c3f commit 57d8413Copy full SHA for 57d8413
custom_components/sonoff/diagnostics.py
@@ -37,6 +37,7 @@ async def async_get_config_entry_diagnostics(hass: HomeAssistant, entry: ConfigE
37
"model": device.get("productModel"),
38
"online": device.get("online"),
39
"localtype": device.get("localtype"),
40
+ "host": device.get("host"),
41
}
42
if "params" in device
43
else {
0 commit comments