mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 14:56:53 +00:00
Changed http URLs to https (#10925)
This commit is contained in:
parent
42b4a5542e
commit
41b250aa50
@ -10,7 +10,7 @@ ha_release: 0.54
|
|||||||
ha_iot_class: Local Push
|
ha_iot_class: Local Push
|
||||||
---
|
---
|
||||||
|
|
||||||
The `doorbird` implementation allows you to integrate your [DoorBird](http://www.doorbird.com/) device in Home Assistant.
|
The `doorbird` implementation allows you to integrate your [DoorBird](https://www.doorbird.com/) device in Home Assistant.
|
||||||
|
|
||||||
There is currently support for the following device types within Home Assistant:
|
There is currently support for the following device types within Home Assistant:
|
||||||
|
|
||||||
@ -43,7 +43,7 @@ devices:
|
|||||||
type: list
|
type: list
|
||||||
keys:
|
keys:
|
||||||
host:
|
host:
|
||||||
description: The LAN IP address or hostname of your device. You can find this by going to the [DoorBird Online check](http://www.doorbird.com/checkonline) and entering the information from the paper that was included in the box.
|
description: The LAN IP address or hostname of your device. You can find this by going to the [DoorBird Online check](https://www.doorbird.com/checkonline) and entering the information from the paper that was included in the box.
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
username:
|
username:
|
||||||
@ -114,7 +114,8 @@ Events will not be received in Home Assistant until a schedule is defined via th
|
|||||||
#### Clearing Registered Events
|
#### Clearing Registered Events
|
||||||
Events can be cleared from DoorBird devices by visiting a special URL.
|
Events can be cleared from DoorBird devices by visiting a special URL.
|
||||||
|
|
||||||
Simply open a new browser window and navigate to `{Home Assistant URL}/api/doorbird/clear?token={DEVICE_TOKEN}`. Replace `{Home Assistant URL}` with the full path to your running instance, such as `http://localhost:8123`. Replace `{DEVICE_TOKEN}` with the token specified in your configuration for the device you would like to clear.
|
Simply open a new browser window and navigate to `{Home Assistant URL}/api/doorbird/clear?token={DEVICE_TOKEN}`. Replace `{Home Assistant URL}` with the full path to your running instance, such as `
|
||||||
|
localhost:8123`. Replace `{DEVICE_TOKEN}` with the token specified in your configuration for the device you would like to clear.
|
||||||
<br><br>
|
<br><br>
|
||||||
Please note that clearing device events will require configuration steps above to be taken again. It could also affect other third-party applications you may use with your DoorBird device. It will not break the official mobile app in any way, so mobile push notifications will still work.
|
Please note that clearing device events will require configuration steps above to be taken again. It could also affect other third-party applications you may use with your DoorBird device. It will not break the official mobile app in any way, so mobile push notifications will still work.
|
||||||
|
|
||||||
@ -166,7 +167,7 @@ Remember to complete the schedule assignment steps above for each event type tha
|
|||||||
|
|
||||||
## Camera
|
## Camera
|
||||||
|
|
||||||
The `doorbird` implementation allows you to view the live video, the last doorbell ring image, and the last motion sensor image from your [DoorBird](http://www.doorbird.com/) device in Home Assistant.
|
The `doorbird` implementation allows you to view the live video, the last doorbell ring image, and the last motion sensor image from your [DoorBird](https://www.doorbird.com/) device in Home Assistant.
|
||||||
|
|
||||||
### Configuration
|
### Configuration
|
||||||
|
|
||||||
@ -180,7 +181,7 @@ camera:
|
|||||||
|
|
||||||
## Switch
|
## Switch
|
||||||
|
|
||||||
The `doorbird` switch platform allows you to power connected relays and trigger the IR array in your [DoorBird](http://www.doorbird.com/) video doorbell device.
|
The `doorbird` switch platform allows you to power connected relays and trigger the IR array in your [DoorBird](https://www.doorbird.com/) video doorbell device.
|
||||||
|
|
||||||
To enable this switch, add the following lines to your `configuration.yaml` file:
|
To enable this switch, add the following lines to your `configuration.yaml` file:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user