Missing disarmed state

No armed state in constants, but disarmed is missing here
https://github.com/balloob/home-assistant/blob/dev/homeassistant/const.py#L56
This commit is contained in:
Maido Käära 2016-03-02 23:48:41 +02:00
parent a8bc6b9f33
commit a099de6217

View File

@ -15,7 +15,7 @@ The `mqtt` alarm panel platform enables the possibility to control MQTT capable
The component will accept the following states from your Alarm Panel (in lower case): The component will accept the following states from your Alarm Panel (in lower case):
- 'armed' - 'disarmed'
- 'armed_home' - 'armed_home'
- 'armed_away' - 'armed_away'
- 'pending' - 'pending'