Skip to content

Use less resources

Pre-release
Pre-release
Compare
Choose a tag to compare
@mudape mudape released this 28 May 22:41
· 22 commits to next since this release
2fb07b2

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)