diff --git a/source/_components/device_tracker.asuswrt.markdown b/source/_components/device_tracker.asuswrt.markdown index 9b518a28719..4ca50a9ef3b 100644 --- a/source/_components/device_tracker.asuswrt.markdown +++ b/source/_components/device_tracker.asuswrt.markdown @@ -12,7 +12,7 @@ ha_category: Presence Detection --- -This platform offers presence detection by looking at connected devices to a [ASUSWRT](http://event.asus.com/2013/nw/ASUSWRT/) based router. +The `asuswrt` platform offers presence detection by looking at connected devices to a [ASUSWRT](http://event.asus.com/2013/nw/ASUSWRT/) based router.
This device tracker needs telnet to be enabled on the router. diff --git a/source/_components/insteon.markdown b/source/_components/insteon.markdown index 3482fa669fb..994898a5e32 100644 --- a/source/_components/insteon.markdown +++ b/source/_components/insteon.markdown @@ -21,6 +21,7 @@ insteon: username: YOUR_USERNAME password: YOUR_PASSWORD ``` + Configuration variables: - **username** (*Required*): The username that used to access the Insteon interface. diff --git a/source/_components/notify.pushbullet.markdown b/source/_components/notify.pushbullet.markdown index e5d40058ffb..1653ccfb770 100644 --- a/source/_components/notify.pushbullet.markdown +++ b/source/_components/notify.pushbullet.markdown @@ -12,16 +12,15 @@ ha_category: Notifications featured: true --- -[PushBullet](https://www.pushbullet.com/) is a free service to send information between your phones, browsers and friends. +The `pushbullet` notification platform sends messages to [PushBullet](https://www.pushbullet.com/), a free service to send information between your phones, browsers, and friends. -### Configuration +To enable PushBullet notifications in your installation, add the following to your `configuration.yaml` file: ```yaml # Example configuration.yaml entry notify: platform: pushbullet api_key: YOUR_API_KEY - # Optional name: NOTIFIER_NAME ``` @@ -30,9 +29,9 @@ Configuration variables: - **api_key** (*Required*): Enter the API key for PushBullet. Go to https://www.pushbullet.com/ to retrieve your API key. - **name** (*Optional*): Setting the optional parameter `name` allows multiple notifiers to be created. The default value is `notify`. The notifier will bind to the service `notify.NOTIFIER_NAME`. -### Usage +### {% linkable_title Usage %} -PushBullet is a notify platform and thus can be controlled by calling the notify service [as described here](/components/notify/). It will send a notification to all devices registered in the PushBullet account. An optional **target** parameter can be given to PushBullet to specify specific account's devices, contacts or channels. +PushBullet is a notify platform and thus can be controlled by calling the notify service [as described here](/components/notify/). It will send a notification to all devices registered in the PushBullet account. An optional **target** parameter can be given to PushBullet to specify specific account's devices, contacts or channels. Type | Prefix | Suffix | Example ---- | ------ | ------ | ------- @@ -42,7 +41,7 @@ Email | `email/` | Contact's email address | `email/email@example.com` If using targets, your own account's email address functions as 'send to all devices'. All targets are verified (if exists) before sending, except email. -#### Example service payload +#### {% linkable_title Example service payload %} ```json { diff --git a/source/_components/notify.telegram.markdown b/source/_components/notify.telegram.markdown index 83b8bfd6b27..b804aa5bff7 100644 --- a/source/_components/notify.telegram.markdown +++ b/source/_components/notify.telegram.markdown @@ -12,9 +12,9 @@ ha_category: Notifications --- -The telegram platform uses [Telegram](https://web.telegram.org) to delivery notifications from Home Assistant to your Android device, your Windows phone, or your iOS device. +The `telegram` platform uses [Telegram](https://web.telegram.org) to delivery notifications from Home Assistant to your Android device, your Windows phone, or your iOS device. -The requirement are: +The requirements are: - You need a [Telegram bot](https://core.telegram.org/bots). Please follow those [instructions](https://core.telegram.org/bots#botfather) to create one and get the token for your bot. Keep in mind that bots are not allowed to contact users. You need to make the first contact with your user. Meaning that you need to send a message to the bot from your user. - The `chat_id` of an user.