Skip to content

Commit 151de0c

Browse files
committed
Some title tweaks
1 parent c122c67 commit 151de0c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

source/_components/foursquare.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Configuration variables:
2828
- **access_token** (*Required*): A Foursquare API access token.
2929
- **push_secret** (*Required*): The push secret that Foursquare provides to you in the app dashboard.
3030
31-
#### {% linkable_title Real-Time API %}
31+
### {% linkable_title Real-Time API %}
3232
3333
The component accepts pushes from Foursquare at `/api/foursquare`. The route does not require authentication.
3434

@@ -45,7 +45,7 @@ automation:
4545
entity_id: script.my_action
4646
```
4747

48-
#### {% linkable_title Check ins %}
48+
### {% linkable_title Check ins %}
4949

5050
To check a user in, use the `foursquare/checkin` service.
5151

source/_components/mqtt.markdown

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Configuration variables:
4848

4949
The MQTT component needs you to run an MQTT broker for Home Assistant to connect to. There are four options, each with various degrees of ease of setup and privacy.
5050

51-
#### {% linkable_title Use the embedded broker %}
51+
### {% linkable_title Embedded broker %}
5252

5353
Home Assistant contains an embedded MQTT broker. If no broker configuration is given, the [HBMQTT broker](https://pypi.python.org/pypi/hbmqtt) is started and Home Asssistant connects to it. Embedded broker default configuration:
5454

@@ -75,7 +75,7 @@ mqtt:
7575
# http://hbmqtt.readthedocs.org/en/latest/references/broker.html#broker-configuration
7676
```
7777

78-
#### {% linkable_title Run your own %}
78+
### {% linkable_title Run your own %}
7979

8080
Most private option but requires a bit more work. There are two free and open-source brokers to pick from: [Mosquitto](http://mosquitto.org/) and [Mosca](http://www.mosca.io/).
8181

@@ -94,7 +94,7 @@ mqtt:
9494
There is an issue with the Mosquitto package included in Ubuntu 14.04 LTS. Specify `protocol: 3.1` in your MQTT configuration to work around this issue.
9595
</p>
9696

97-
#### {% linkable_title Public MQTT %}
97+
### {% linkable_title Public broker %}
9898

9999
The Mosquitto project runs a [public broker](http://test.mosquitto.org). Easiest to setup but there is 0 privacy as all messages are public. Use this only for testing purposes and not for real tracking of your devices.
100100

@@ -110,7 +110,7 @@ mqtt:
110110
certificate: /home/paulus/downloads/mosquitto.org.crt
111111
```
112112

113-
#### {% linkable_title CloudMQTT %}
113+
### {% linkable_title CloudMQTT %}
114114

115115
[CloudMQTT](https://www.cloudmqtt.com) is a hosted private MQTT instance that is free up to 10 connected devices. This is enough to get started with for example [OwnTracks](/components/device_tracker.owntracks/) and give you a taste of what is possible.
116116

@@ -174,7 +174,7 @@ The MQTT component will register the service `publish` which allows publishing m
174174

175175
### {% linkable_title Logging %}
176176

177-
The [logger](/components/logger/) component allow the logging of received MQTT messages.
177+
The [logger](/components/logger/) component allow the logging of received MQTT messages.
178178

179179
```yaml
180180
# Example configuration.yaml entry
@@ -228,7 +228,7 @@ $ mosquitto_sub -h 127.0.0.1 -v -t "home-assistant/#"
228228
For the embeeded MQTT broker the command looks like the sample below.
229229

230230
```bash
231-
$ mosquitto_sub -v -V mqttv311 -t "#"
231+
$ mosquitto_sub -v -V mqttv311 -t "#"
232232
```
233233

234234
Add the username `homeassistant` and your API password if needed.

0 commit comments

Comments
 (0)