Skip to content

bkbilly/seismoi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Release License hacs

Seismoi - Home Assistant Custom Integration

Seismoi is a custom integration for Home Assistant that provides real-time earthquake event data for Greece. This integration allows users to track seismic activity in their chosen location and set up automations based on earthquake events.

Features

  • Fetches real-time earthquake data from official Greek Geodynamic Institute.
  • Configurable location and radius for earthquake alerts.
  • Customizable minimum magnitude filter.
  • Home Assistant entity updates when a new earthquake event occurs.

Installation

Easiest install is via HACS:

Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.

Navigate to Settings > Devices & Services.

  • Click Add Integration and search for Seismoi.
  • Configure the integration by selecting:
    • Your location (latitude, longitude, and radius).
    • Minimum magnitude filter.
  • Click Submit to save the configuration.

Automations

Example automation to send a notification when an earthquake is detected:

trigger:
  - platform: geo_location
    source: seismoi
    zone: zone.danger
    event: enter
action:
  - action: notify.persistent_notification
    data:
      message: "{{ trigger }}"

About

Real-time earthquake tracking for Greece

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages