https://github.com/ludeeus/ad-address
This appends address information attributes based on the lat/long from a device tracker entity.
https://github.com/ludeeus/ad-address
address app appdaemon hacs python
Last synced: about 1 month ago
JSON representation
This appends address information attributes based on the lat/long from a device tracker entity.
- Host: GitHub
- URL: https://github.com/ludeeus/ad-address
- Owner: ludeeus
- License: mit
- Created: 2019-06-24T14:41:23.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-20T12:42:43.000Z (over 5 years ago)
- Last Synced: 2025-02-05T16:16:42.454Z (3 months ago)
- Topics: address, app, appdaemon, hacs, python
- Language: Python
- Homepage:
- Size: 40 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ad-address [](https://github.com/custom-components/hacs)
_Address app for [AppDaemon](https://appdaemon.readthedocs.io/en/latest/)._
This appends address information attributes based on the lat/long from a device tracker entity.

## 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`](https://pypi.org/project/geopy/) to be installed.
## App configuration
```yaml
address:
module: address
class: Address
entity: device_tracker.my_entity
``````yaml
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.