What's Changed
- When a device moves from one WiFi interface to another (for example if there's one SSID with both 2.4 and 5 Ghz radio's), it will now stay "home" instead of causing a disconnect/reconnect. As long as the device is connected on any interface, it will not be reported as "away".
- Added a
source_type
setting (default: router), that configures what is sent to home assistant as the source device. This can be set to "gps" to allow for different zone names besides "home" and "not_home" to work. Beware that the priority of gps sources is lower than that of router sources, so it might affect the "at home" logic of your automations.
PR's:
- feat: make source_type configurable by @rmoesbergen in #49
- feat: properly deal with roaming devices over multiple interfaces by @rmoesbergen in #48
Full Changelog: v2.1.1...v2.2.0