Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 1.78 KB

info.md

File metadata and controls

39 lines (32 loc) · 1.78 KB

🕋 Home Assistant eSolat GPS

hacs_badge Donate Repo

This is an AppDaemon application used in Home Assistant that will create a Prayer Time sensor based on Person's GPS coordinates. The GPS-based prayer time API is provided by Malaysia Prayer Time.

Prayer time information are made as sensor attributes with the following format:

  • 12 hours (e.g. 6:01 AM)
  • 24 hours (e.g. 06:01:00)
  • Datetime UTC (e.g. 2023-07-29T22:01:00+00:00)

Requirements

  • Home Assistant 2021.x and above
  • AppDaemon Add-On installed
  • Device tracker with GPS coordinates assigned to person entity
    (usually from companion app)

IMPORTANT

  • Since AppDaemon v0.15.0, the location for the addon has been moved out from /config/appdaemon. It is now stored in a dedicated addon_config folder outside of the /config path.
  • To continue using the current path /config/appdaemon, you need to define the app_dir in your appdaemon.yaml file located in the addon_config
secrets: /homeassistant/secrets.yaml
appdaemon:
  app_dir: /homeassistant/appdaemon/apps

Installation

  1. Download and it will install into your AppDaemon App folder /homeassistant/appdaemon/apps/.
  2. Add below line in apps.yaml located in the AppDaemon App folder.
  3. Done. You will start seeing new sensors that start with sensor.esolat_
esolat_gps:
  module: esolat_gps
  class: EsolatGPS