-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
257 additions
and
255 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# Blueprints for Home Assistant | ||
|
||
This is a collection of community contributed Blueprints. | ||
This is a collection of community-contributed blueprints. | ||
|
||
## Confirmable Doorbell Open Door Notification | ||
|
||
This Blueprint allows you to send a confirmable notification to a device with the Home Assistant app whenever someone rings the doorbell. | ||
This blueprint enables you to send a confirmable notification to a device with the Home Assistant app whenever someone rings the doorbell. | ||
|
||
The default confirm action will send a command to open the entrance door but you can modify it to your needs. | ||
The default confirmation action triggers a command to open the entrance door, but you can customize it to suit your needs. | ||
|
||
[![Open your Home Assistant instance and show the blueprint import dialog with a specific blueprint pre-filled.](https://my.home-assistant.io/badges/blueprint_import.svg)](https://my.home-assistant.io/redirect/blueprint_import/?blueprint_url=https%3A%2F%2Fgithub.com%2FAzonInc%2FDoorman%2Fblob%2Fdev%2Fblueprints%2Fconfirmable_open_door_notification.yaml) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,28 @@ | ||
# Ring To Open <Badge type="warning" text="Party Mode" /> | ||
|
||
The Doorman Firmware offers a `Ring To Open` automation, also known as `Party Mode`. | ||
The Doorman firmware features a Ring To Open automation, which was previously known as Party Mode. | ||
|
||
### What does it do? | ||
As the name already says, the entrance door will be opened as soon as someone rings the entrance doorbell. | ||
It could be useful when you have a party. That way your guests can just enter the building by ringing. | ||
As the name implies, the entrance door will open automatically when someone rings the doorbell. | ||
This feature is especially useful during a party, allowing guests to enter the building simply by ringing the bell. | ||
|
||
### How do I use it? | ||
You can enable and disable the `Ring To Open` automation with the switch in Home Assistant or the `Ring To Open Toggle Command`. | ||
You can enable or disable the Ring To Open automation using the switch in Home Assistant or by issuing the `Ring To Open Toggle Command`. | ||
|
||
#### Configuration Options: | ||
|
||
::: info Toggle Command | ||
This setting is useful when you have an unused function button on your intercom phone.\ | ||
The button can quickly toggle the `Ring To Open` automation. | ||
This setting is useful if you have an unused function button on your intercom phone. The button can be configured to quickly toggle the Ring To Open automation. | ||
::: | ||
|
||
::: info Confirmation | ||
If you enable this setting, your apartment doorbell will ring whenever you enable the `Ring To Open` automation via command. | ||
If you enable this setting, your apartment doorbell will ring each time you activate the Ring To Open automation via command. | ||
::: | ||
|
||
::: info Delay | ||
This setting allows you to configure a delay for the `Open Entrance Door Command`.\ | ||
If you set the delay to 60 seconds it will choose a random delay between 5 and 15 seconds. | ||
This setting allows you to configure a delay for the `Open Entrance Door Command`. If you set the delay to 60 seconds, it will randomly select a delay between 5 and 15 seconds whenever the automation is executed. | ||
::: | ||
|
||
::: info Timeout | ||
You have the options to disable the `Ring To Open` automation after 5 to 60 minutes, after a single ring or never. | ||
You can choose to disable the Ring To Open automation after 5 to 60 minutes, after a single ring, or never. | ||
::: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# Enclosure | ||
|
||
In case you want an enclosure you can print your own one.\ | ||
Just click on the the images below to open the STL file on Github. | ||
If you need an enclosure, you can print your own.\ | ||
Simply click on the images below to open the STL file on GitHub. | ||
|
||
Top | Bottom | ||
:-------------------------:|:-------------------------: | ||
[![](./enclosure_top.png){width=300px}](https://github.com/AzonInc/Doorman/blob/master/enclosure/Top.stl) | [![](./enclosure_bottom.png){width=300px}](https://github.com/AzonInc/Doorman/blob/master/enclosure/Bottom.stl) | ||
|
||
::: tip | ||
The STL files are optimized for resin printers, you will achieve the best results by using such a printer. | ||
The STL files are optimized for resin printers, so you'll achieve the best results using one. | ||
::: |
Oops, something went wrong.