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.
- 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.
Easiest install is via HACS:
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.
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 }}"