Skip to content

Commit

Permalink
MQTT Alarm Control panel: States
Browse files Browse the repository at this point in the history
Adds missing states:
Complements: home-assistant/core#32541
  • Loading branch information
yozik04 authored Mar 6, 2020
1 parent 8b1efa0 commit 3734781
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion source/_integrations/alarm_control_panel.mqtt.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ The integration will accept the following states from your Alarm Panel (in lower
- `armed_home`
- `armed_away`
- `armed_night`
- `pending`
- `armed_custom_bypass`
- `triggered`
- `pending`
- `arming`
- `disarming`

The integration can control your Alarm Panel by publishing to the `command_topic` when a user interacts with the Home Assistant frontend.

Expand Down

0 comments on commit 3734781

Please sign in to comment.