Skip to content

Add support for custom alarm panel names in Ness Alarm #38625

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: next
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions source/_integrations/ness_alarm.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ A `ness_alarm` section must be present in the {% term "`configuration.yaml`" %}
ness_alarm:
host: alarm.local
port: 2401
name: "Garage Alarm Panel"
zones:
- name: Garage
id: 1
Expand All @@ -61,6 +62,11 @@ port:
description: The port on which the IP232 module listens for clients.
required: true
type: integer
name:
description: Name of the alarm control panel entity.
required: false
type: string
default: "Alarm Panel"
scan_interval:
description: "Time interval between updates. Supported formats: `scan_interval: 'HH:MM:SS'`, `scan_interval: 'HH:MM'` and Time period dictionary (see example below)."
required: false
Expand Down