Skip to content

Releases: mudape/iphonedetect

1.4.2

12 Oct 13:15
3ef9436
Compare
Choose a tag to compare

What's Changed

  • Fix hass.helpers deprecation warning by @vogon1 in #118

New Contributors

Full Changelog: 1.4.1...1.4.2

2.2.1

22 Mar 14:31
191323b
Compare
Choose a tag to compare
2.2.1 Pre-release
Pre-release

2.2.1 Adds missing import of cv for the newly added config_schema

What's Changed

  • If pyroute not available (mac/truenas), fall back to IP/ARP lookup
  • Changed to coordinator for state update
  • Import from yaml now removes from known_devices.yaml and gives warning in UI
  • Support for multiple interface subnets, user option to change existing ip address by @markfrancisonly in #111
  • Removed MAC address and device info
  • Unique_id added
  • IP address of entry migrated from data to options
  • Updated GitHub Actions
  • Update init.py by @gieljnssns in #90

New Contributors

Full Changelog: 1.4.1...2.2.1

1.4.1

15 Mar 15:55
0803321
Compare
Choose a tag to compare

What's Changed

  • fix #101 replace a deprecated constant (SOURCE_TYPE_ROUTER) by @star114 in #102

New Contributors

Full Changelog: 1.4.0...1.4.1

maintenance

28 Feb 16:38
acd765f
Compare
Choose a tag to compare
maintenance Pre-release
Pre-release
2.0.5

Update manifest.json

Use less resources

28 May 22:41
2fb07b2
Compare
Choose a tag to compare
Use less resources Pre-release
Pre-release

Note!
Please remove entities from known_devices.yaml before restarting after upgrade from 1.4.0 or you will have duplicate entities.
(imported entities will be suffixed with _2)

What's Changed

  • Config via UI, imports entities from configuration.yaml
  • Don't depend on known_devices.yaml
  • Gets MAC address needed for device info
    New entities will be unavailabe until first seen
  • Consider Home time can be set per entity
  • scan_interval is currently fixed at 12sec
  • Use Pyroute2 for checking ARP

Changes

  • 2.0.0 Add Config flow, change to pyroute2
  • 2.0.1 Fix setup if no device_tracker in configuration.yaml
  • 2.0.2 consider_home import bug
  • 2.0.3 check if hass sent consider_home as timedelta
  • 2.0.4 Add Context Managers to socket and IPRoute (#75)

2.0.3: Check if consider_home is timedelta

20 Apr 10:29
336f6b9
Compare
Choose a tag to compare

Note!
Please remove entities from known_devices.yaml before restarting after upgrade from 1.4.0 or you will have duplicate entities.
(imported entities will bee suffixed with _2)

What's Changed

  • Config via UI, imports entities from configuration.yaml
  • Don't depend on known_devices.yaml
  • Gets MAC address needed for device info
    New entities will be unavailabe until first seen
  • Consider Home time can be set per entity
  • scan_interval is currently fixed at 12sec
  • Use Pyroute2 for checking ARP

Changes

  • 2.0.1 Fix setup if no device_tracker in configuration.yaml
  • 2.0.2 consider_home import bug
  • 2.0.3 check if hass sent consider_home as timedelta

2.0.2: Update __init__.py

19 Apr 22:43
8d50541
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Config via UI, imports entities from configuration.yaml
  • Don't depend on known_devices.yaml
  • Gets MAC address needed for device info
    New entities will be unavailabe until first seen
  • Consider Home time can be set per entity
  • scan_interval is currently fixed at 12sec
  • Use Pyroute2 for checking ARP

2.0.1

  • Fix setup if no device_tracker in configuration.yaml

2.0.2

  • consider_home import bug

2.0.1: Check iso assuming device_tracker is used...

16 Apr 22:19
aee0b16
Compare
Choose a tag to compare

What's Changed

  • Config via UI, imports entities from configuration.yaml
  • Don't depend on known_devices.yaml
  • Gets MAC address needed for device info
    New entities will be unavailabe until first seen
  • Consider Home time can be set per entity
  • scan_interval is currently fixed at 12sec
  • Use Pyroute2 for checking ARP

2.0.1

  • Fix setup if no device_tracker in configuration.yaml

2.0.0

15 Apr 00:18
ab7d785
Compare
Choose a tag to compare
2.0.0 Pre-release
Pre-release

What's Changed

  • Config via UI, imports entities from configuration.yaml
  • Don't depend on known_devices.yaml
  • Gets MAC address needed for device info
    New entities will be unavailabe until first seen
  • Consider Home time can be set per entity
  • scan_interval is currently fixed at 12sec
  • Use Pyroute2 for checking ARP

1.4.0

05 Apr 12:36
ce29d59
Compare
Choose a tag to compare
  • Re-add fallback to using 'ARP'