Skip to content

This appends address information attributes based on the lat/long from a device tracker entity.

License

Notifications You must be signed in to change notification settings

ludeeus/ad-address

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ad-address hacs_badge

Address app for AppDaemon.

This appends address information attributes based on the lat/long from a device tracker entity.

example

Installation

Download the address directory from inside the apps directory here to your local apps directory, then add the configuration to enable the address module.

Requirements

This app requires geopy to be installed.

App configuration

address:
  module: address
  class: Address
  entity: device_tracker.my_entity
address:
  module: address
  class: Address
  entity:
    - device_tracker.my_entity1
    - device_tracker.my_entity2
key optional type default description
module False string The module name of the app.
class False string The name of the Class.
entity False list/string entity_id of an device_tracker entity.

About

This appends address information attributes based on the lat/long from a device tracker entity.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages