What is the correct syntax in the line below to replace “richardUlefone” to the MAC address of the device
value_template: “{{ is_state(‘device_tracker.richardUlefone’, ‘not_home’) }}”
Actual mac address is mac: f6:d4:e0:b8:a1:c4
I’m using nmap tracker , but I’ve notice the response to ARP listing is character length limited.
Since the last two updates ALL the automations that rely on device tracking no longer function.
Also is the start and end quotation mark been changed from a single quotation mark " ’ " , to a " " ".
Both are shown in examples ???
Thanks
This is one if mine:
{{ is_state('device_tracker.d0_81_7d_9c_01_32', 'not_home') }}
Many thanks