Skip to content

Commit d42f6df

Browse files
authored
Some fixes (home-assistant#5091)
* Some fixes (missing logo and links) * Add header
1 parent 5e03146 commit d42f6df

File tree

5 files changed

+13
-8
lines changed

5 files changed

+13
-8
lines changed

source/_components/alarm_control_panel.ifttt.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ha_release: 0.66
1414

1515
The `ifttt` platform allows you to integrate security systems that have no open API but can be controlled through [IFTTT](https://ifttt.com/discover).
1616

17-
This platform depends on the [IFTTT](https://home-assistant.io/components/ifttt/) Home Assistant component. See the component's documentation to set it up.
17+
This platform depends on the [IFTTT](/components/ifttt/) Home Assistant component. See the component's documentation to set it up.
1818

1919
<p class='note'>
2020
It is important to note that this platform fully relies on IFTTT to receive updates when the security system's state changes. Therefore, this platform shows an assumed state.

source/_components/asterisk_mbox.markdown

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,26 @@ sidebar: true
77
comments: false
88
sharing: true
99
footer: true
10+
logo: asterisk.png
1011
ha_category: Other
1112
ha_version: 0.51
1213
ha_iot_class: "Local Push"
1314
---
1415

15-
The Asterisk Voicemail integration for Home Assistant allows you to view, listen to, and delete voicemails from an Asterisk voicemail mailbox. The component includes a panel on the frontend that provides caller-id and speech-to-text transcription (using Google's API) of messages in addition to playback and message deletion. There is also an included sensor that indicates of the number of available messages. There is no requirement that the Asterisk PBX and Home Assistant are running on the same machine.
16+
The `asterisk_mbox `Asterisk Voicemail integration for Home Assistant allows you to view, listen to, and delete voicemails from an Asterisk voicemail mailbox. The component includes a panel on the frontend that provides caller-id and speech-to-text transcription (using Google's API) of messages in addition to playback and message deletion. There is also an included sensor that indicates of the number of available messages. There is no requirement that the Asterisk PBX and Home Assistant are running on the same machine.
1617

1718
To enable the component, a configuration is required in both Home Assistant as well as on the Asterisk server.
1819

19-
First follow the [Asterisk PBX configuration guide](/docs/asterisk_mbox) to setup the necessary server on the Asterisk PBX server (this is needed even if Asterisk and Home Assistant are running on the same server)
20+
First follow the [Asterisk PBX configuration guide](/docs/asterisk_mbox/) to setup the necessary server on the Asterisk PBX server (this is needed even if Asterisk and Home Assistant are running on the same server)
2021

2122
Once that is complete, add the following entry `configuration.yaml` file:
2223

2324
```yaml
2425
# Example configuration.yaml entry
2526
asterisk_mbox:
26-
password: ASTERISK_PBX_PASSWORD
27-
host: ASTERISK_PBX_SERVER_IP_ADDRESS
28-
port: ASTERISK_PBX_SERVER_PORT
27+
password: ASTERISK_PBX_PASSWORD
28+
host: ASTERISK_PBX_SERVER_IP_ADDRESS
29+
port: ASTERISK_PBX_SERVER_PORT
2930
```
3031
3132
This will add a new 'Mailbox' side-panel, as well as a sensor to indicate # of messages available.

source/_components/dominos.markdown

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,15 @@ footer: true
1010
logo: dominos.png
1111
ha_category: Other
1212
ha_version: 0.59
13+
ha_iot_class: "Cloud Polling"
1314
---
1415

15-
The `Dominos` component allows you to order Dominos Pizza from within your Home Assistant scripts and automations.
16+
The `dominos` component allows you to order Dominos Pizza from within your Home Assistant scripts and automations.
1617

1718
At present, this component only supports ordering within Canada and the US.
1819

20+
## {% linkable_title Configuration %}
21+
1922
To enable the component, you need to set up your customer information and define some orders.
2023

2124
Orders are a group of product codes. You can get these product codes by inspecting an order request from the Dominos web app, or you can [add this custom panel by following this readme](https://github.com/wardcraigj/hass-dominos-panel) to see the available product codes in a separate panel in your install.

source/_components/mailbox.asterisk_mbox.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ sidebar: true
77
comments: false
88
sharing: true
99
footer: true
10+
logo: asterisk.png
1011
ha_category: Mailbox
1112
ha_version: 0.51
1213
---
1314

14-
The Asterisk Voicemail Mailbox provides visual and audio access to voicemail on the Asterisk PBX server. This mailbox is enabled automatically through the [Asterisk Voicemail component](/components/asterisk_mbox) configuration.
15+
The Asterisk Voicemail Mailbox provides visual and audio access to voicemail on the Asterisk PBX server. This mailbox is enabled automatically through the [Asterisk Voicemail component](/components/asterisk_mbox/) configuration.
1516

15 KB
Loading

0 commit comments

Comments
 (0)