Replies: 1 comment 1 reply
-
The documentation you link to is for registering devices with no connected entities. Such devices are not supported by this integration and are not likely to be in future. Mac address is a detail specific to lower levels of the TCP/IP stack that is not generally available for integrations that follow the Home Assistant guidelines and use third party libraries to implement network protocols. |
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
-
Home Assistant allows merging devices from multiple integrations. One of the ways to do that is via connections and MAC address. Would it be possible to expose this from tuya-local?
It would then allow other integrations such as Unifi to add networking info to the device (such as presence or bandwidth usage).
On the Home Assistant side, all what is needed is to add
CONNECTION_NETWORK_MAC
connection to the device registry like shown in https://developers.home-assistant.io/docs/device_registry_index/#manual-registration.Beta Was this translation helpful? Give feedback.
All reactions