Alarm Control Panel with PIN (#982)
Implements an Alarm Control Panel page on NSPanel. Solves https://github.com/Blackymas/NSPanel_HA_Blueprint/issues/66 Solves https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/227 Solves https://github.com/Blackymas/NSPanel_HA_Blueprint/issues/672 Partially solves https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/299#discussioncomment-4874612 Partially solves https://github.com/Blackymas/NSPanel_HA_Blueprint/issues/64#issuecomment-1566204490 Partially solves https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/718
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
You can control an Alarm Control Panel from your NSPanel, which will allow you to set the alarm mode between the standard modes supported by Home Assistant (Home, Away, Night, Vacation or Custom bypass) or disarm the alarm.
|
||||
|
||||
Currently, only alarms without a code will be supported. If your alarm requires a code, you will still be able to display it on your NSPanel, however, when you click in any button it will send services calls to Home Assistant without the code and it will fail for the service where a code is requires.
|
||||
Currently, only alarms without a code or alarms with a numeric code will be supported. If your alarm requires a text code, you will still be able to display it on your NSPanel, however, when you click in any button it will send services calls to Home Assistant without the code and it will fail for the calls where a code is required.
|
||||
|
||||
|
||||
### Security advisory
|
||||
@@ -12,8 +12,15 @@ Based on that, we hardly reccoment the use of API encryption for all users contr
|
||||
|
||||
|
||||
## Configuration
|
||||
### Allow the device to make Home Assistant service calls
|
||||
First, you have to configure your Home Assistant to allow your panel to make service calls. All other services are called from the Blueprint, however this requires the ESPHome to send an event containing in plain text all the information needed to the service call, which could be a security issue, so all the alarm calls will be driven by the panel to ensure a safer environment.<br>
|
||||
To enable this option, go to your ESPHome integrations panel (Settings > Devices and Services > ESPHome) and click "Configure" next to the entry related to your panel:<br>
|
||||
<< ADD SCREENSHOT >><br>
|
||||
Then check the option "Allow the device to make Home Assistant service calls":<br>
|
||||
<< ADD SCREENSHOT >><br>
|
||||
### Blueprint settings
|
||||
Open the automation based on the NSPanel Blueprint and look for a section related to "Alarm Control Panel".<br>
|
||||
Select your alarm control panel entity, click "Save", and your are done. :)<br>
|
||||
Select your alarm control panel entity, click "Save", and your are done. :sunglasses:<br>
|
||||
<<< ADD SCREENSHOT >>>>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user