wifi-presence
wifi-presence copied to clipboard
Fix HA naming issue
Fixes the issue where HA complains that
MQTT entity name starts with the device name in your config
Before, the entity was named: $device_name $ap_name
. Now, it's named: $device_mac $ap_name
.
Fixes #18
How's this MR looking? I'd like to try out wifi-presence
on my router and it looks like this newest version would be the best one to try. Code changes look solid to me!