⚠️ Deprecation Notice
I am no longer an owner of any Eldes products and will not be maintaining or developing this integration further.
If you have development experience and are interested in taking over maintenance of this project, please open an issue or contact me via GitHub.
Custom component for Home Assistant. This component is designed to integrate the Eldes security systems including sensors, outputs, etc.
You have two options for installation:
- In the HACS panel, go to integrations and click the big orange '+' button. Search for 'Eldes Alarm' and click 'Download this repository with HACS'.
- Copy "eldes_alarm" folder to the "/config/custom_components" folder.
- Restart HA server.
alarms-> holds events with alarmsuser_actions-> holds events with user action like arm and disarmevents-> holds all other events
To display events used another integration: lovelace-home-feed-card
Example config for lovelace-home-feed-card
type: custom:home-feed-card
title: Alarm Feed
card_id: main_feed
show_notification_title: true
show_empty: false
scrollbars_enabled: false
show_icons: false
entities:
- entity: sensor.events
list_attribute: user_actions
multiple_items: true
timestamp_property: event_time
max_items: 5
content_template: '{{type}} set by {{name}}'
- entity: sensor.events
list_attribute: alarms
multiple_items: true
timestamp_property: event_time
max_items: 2
content_template: '!!!!! ALARM !!!!! {{message}}'
- ESIM364
- ESIM384
- Pitbull Alarm PRO
- EPIR3
