Replies: 1 comment 1 reply
-
|
I follow the instructions of https://developers.home-assistant.io/docs/core/integration-quality-scale/rules/diagnostics , but still have some questions. My implementation does not fully meet your requirements. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
-
I’d like to suggest exposing more network-related information for devices in this integration, specifically:
device.connectionsproperty. This way Home Assistant will automatically display a clickable link to the DHCP browser in the Device Info panel (see screenshot below for an example from WLED).Optionally, other parameters (hostname, Wi-Fi channel, RSSI, packet loss rate, etc.) could also be included.
Using the
diagnosticentity category ensures these don’t clutter the main dashboard but are still easily accessible when troubleshooting. Some entities can be disabled by default, similar to the WLED integration.Why this is useful
connectionsgives HA users a direct link to their router’s DHCP browser. That makes it trivial to locate or reserve IPs.xiaomi.kettle.v20. In the Xiaomi app I can see its IP and MAC address, but these values are not available in Home Assistant. Having them exposed in HA would bring the integration in line with the app’s functionality.Example references (from WLED integration):
Beta Was this translation helpful? Give feedback.
All reactions