Skip to content

Home Assistant custom component for Eldes Alarm system

License

Notifications You must be signed in to change notification settings

augustas2/eldes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hacs_badge

⚠️ 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.

Eldes Alarm

Custom component for Home Assistant. This component is designed to integrate the Eldes security systems including sensors, outputs, etc.

Installation

You have two options for installation:

HACS

  • In the HACS panel, go to integrations and click the big orange '+' button. Search for 'Eldes Alarm' and click 'Download this repository with HACS'.

Manually

  • Copy "eldes_alarm" folder to the "/config/custom_components" folder.
  • Restart HA server.

Usage

Events

Event attributes

  • alarms -> holds events with alarms
  • user_actions -> holds events with user action like arm and disarm
  • events -> holds all other events

Display 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}}'

Screenshot 2022-02-20 at 17 36 50

Supported devices

About

Home Assistant custom component for Eldes Alarm system

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 5

Languages