Skip to content

Commit

Permalink
Merge pull request #154 from giuseppeg88/patch-1
Browse files Browse the repository at this point in the history
Update README.md: fix a type
  • Loading branch information
thanksmister authored Feb 17, 2021
2 parents 4e8674d + 91ac470 commit 23fcb5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The alarm panel acts as an interface for Home Assistant's manual alarm control p

MQTT allows for communication between the alarm panel and the manual alarm panel. The alarm panel interface will reflect the current state of the manual alarm control panel component and vice versa. However, your home automation platform is responsible for triggering the alarm through automation and sensor states.

- Alarm sensors, display up to for sensors and their states in the alarm screen.
- Alarm sensors, display up to four sensors and their states in the alarm screen.
- Stream video, detect motion, detect faces, and read QR Codes.
- Capture and emailing images when the alarm is disabled.
- MQTT commands to remotely control the application (speak text, play audio, display notifications, alerts, etc.).
Expand Down Expand Up @@ -132,7 +132,7 @@ Here is what an invalid status message would look like:

### Alarm Sensors

Under `Alarm Sensors` option in the settings, you can add up to for sensors devices to display on the alarm interface. For each sensor, you must specificy the topic and active state of the sensor, such as closed for a door or off for motion. The active state shows as green in the interface and red for any other reported states. The topic should include the entity id or name of your sensor and the current. Here is a sample automation for a Home Assistant platform automation.
Under `Alarm Sensors` option in the settings, you can add up to four sensors devices to display on the alarm interface. For each sensor, you must specificy the topic and active state of the sensor, such as closed for a door or off for motion. The active state shows as green in the interface and red for any other reported states. The topic should include the entity id or name of your sensor and the current. Here is a sample automation for a Home Assistant platform automation.

```
alias: MQTT Inside Motion
Expand Down

0 comments on commit 23fcb5f

Please sign in to comment.