Something changed, maybe in the release 2.1.0. unknown devices used to have a "leased" label for the IP. I could send notifications and alerts any time a new device received an IP via DHCP that didn't have a static IP. Now the attribute has the actual IP as the label, then mac, followed by the device name. This makes state_attr not being able to parse the new device details.
Hi,
Something changed, maybe in the release 2.1.0. unknown devices used to have a "leased" label for the IP. I could send notifications and alerts any time a new device received an IP via DHCP that didn't have a static IP. Now the attribute has the actual IP as the label, then mac, followed by the device name. This makes state_attr not being able to parse the new device details.
This is the output of the state:
Can a label be put back so it looks something like:
so state_attr can use the extra labels to extract the new host information.
Thanks!