Skip to content

Commit a9f09a2

Browse files
fabafffrenck
authored andcommitted
Minor changes (style fixes, links and typos) (home-assistant#6010)
1 parent 4153aed commit a9f09a2

File tree

7 files changed

+24
-24
lines changed

7 files changed

+24
-24
lines changed

source/_addons/bluetooth_bcm43xx.markdown

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ footer: true
1212
Start this add-on to activate the BCM43xx Bluetooth chipset.
1313

1414
<p class='note warning'>
15-
This is not required on HassOS based Hass.io installs and should not be installed
15+
This is not required on HassOS based Hass.io installs and should not be installed.
1616
</p>
1717

18-
Supported platforms: Raspberry Pi 3.
18+
Supported platforms:
19+
20+
- Raspberry Pi 3
21+

source/_addons/check_config.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sharing: true
99
footer: true
1010
---
1111

12-
You can use this addon to check whether your configuration files are valid against the new version of Home Assistant before you actually update your Home Assistant installation. This addon will help you avoid errors due to breaking changes, resulting in a smooth update.
12+
You can use this add-on to check whether your configuration files are valid against the new version of Home Assistant before you actually update your Home Assistant installation. This add-on will help you avoid errors due to breaking changes, resulting in a smooth update.
1313

1414
```json
1515
{

source/_addons/google_assistant.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ featured: true
1111
---
1212

1313
<p class='note warning'>
14-
These instructions are outdated - the add-on has been updated and these are no longer accurate or complete
14+
These instructions are outdated - the add-on has been updated and these are no longer accurate or complete.
1515
</p>
1616

1717
<p class='note'>
18-
If you want to integrate your Google Home, or mobile phone running Google Assistant, with Home Assistant, then you want the [Google Assistant component](/components/google_assistant/).
18+
If you want to integrate your Google Home or mobile phone running Google Assistant, with Home Assistant, then you want the [Google Assistant component](/components/google_assistant/).
1919
</p>
2020

2121
[Google Assistant][GoogleAssistant] is an AI-powered voice assistant that runs on the Raspberry Pi and x86 platforms and interact via the [DialogFlow][comp] integration with Home-Assistant. You can also use [Google Actions][GoogleActions] to extend its functionality.

source/_addons/mariadb.markdown

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sharing: true
99
footer: true
1010
---
1111

12-
Set up a [mariadb](https://mariadb.org/) SQL server. It supports multiple databases, users and permission settings. If you want to only connect from inside Home Assistant use `core-mariadb` as the host address.
12+
Set up a [MariaDB](https://mariadb.org/) SQL server. It supports multiple databases, users and permission settings. If you want to only connect from inside Home Assistant use `core-mariadb` as the host address.
1313

1414
```json
1515
{
@@ -34,16 +34,16 @@ Set up a [mariadb](https://mariadb.org/) SQL server. It supports multiple databa
3434

3535
Configuration variables:
3636

37-
- **databases** (*Require*): List of databases.
38-
- **logins** (*Require*): List of SQL accounts to create or update.
39-
- **username** (*Require*): Username for account.
40-
- **host** (*Require*): Host for account. If you need an account on multiple hosts, use '%'.
41-
- **password** (*Require*): Password for account.
42-
- **rights** (*Require*): List of rights to be granted.
43-
- **username** (*Require*): Username for granted rights.
44-
- **host** (*Require*): Host is a part of username like above.
45-
- **database** (*Require*): Database name on which to grant user rights.
46-
- **grant** (*Require*): SQL grant part for access too.
37+
- **databases** (*Required*): List of databases.
38+
- **logins** (*Required*): List of SQL accounts to create or update.
39+
- **username** (*Required*): Username for account.
40+
- **host** (*Required*): Host for account. If you need an account on multiple hosts, use '%'.
41+
- **password** (*Required*): Password for account.
42+
- **rights** (*Required*): List of rights to be granted.
43+
- **username** (*Required*): Username for granted rights.
44+
- **host** (*Required*): Host is a part of username like above.
45+
- **database** (*Required*): Database name on which to grant user rights.
46+
- **grant** (*Required*): SQL grant part for access too.
4747

4848
## {% linkable_title Home Assistant configuration %}
4949

source/_addons/rpc_shutdown.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Allows you to shut down a Windows computer with a service call from Home Assista
2828
- **computers/address** (*Required*): IP address or NetBIOS name of the computer for the shutdown.
2929
- **computers/credentials** (*Required*): Credentials for logging into computer. Use a `%` as the delimiter of username and password.
3030

31-
## {% linkable_title Home Assistant %}
31+
### {% linkable_title Home Assistant configuration %}
3232

3333
Use the following inside Home Assistant service call to use it:
3434

source/_addons/samba.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ footer: true
1010
featured: true
1111
---
1212

13-
This addon allows you to set up a [Samba](https://samba.org/) server to access hass.io folders using Windows network shares.
13+
This addon allows you to set up a [Samba](https://samba.org/) server to access Hass.io folders using Windows network shares.
1414

1515
```json
1616
{

source/_addons/tellstick.markdown

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,9 @@ You will need to add internal communication details to `configuration.yaml` to e
3333

3434
```yaml
3535
# Example configuration.yaml entry
36-
3736
tellstick:
3837
host: core-tellstick
3938
port: [50800, 50801]
40-
4139
```
4240
4341
To add [lights](/components/light.tellstick/), [sensors](/components/sensor.tellstick/) and [switches](/components/switch.tellstick/) you follow the guidelines for each type individually that is [described for Home Assistant](/components/tellstick/)
@@ -71,9 +69,9 @@ Example for adding more devices in the add-on configuration (note the comma sepa
7169
}
7270
```
7371

74-
## Service calls
72+
## {% linkable_title Service calls %}
7573

76-
If you wish to teach a selflearning device in your TellStick configuration:
74+
If you wish to teach a self-learning device in your TellStick configuration:
7775

7876
Go to Home Assistant [service call](http://hassio.local:8123/dev-service) in Developer tools and select.
7977
- Service: `hassio.addon_stdin`
@@ -85,8 +83,7 @@ Replace `1` with the corresponding ID of the device in your TellStick configurat
8583
You can also use this to list devices or sensors and read the output in the add-on log:
8684
`{"addon":"core_tellstick","input":{"function":"list-sensors"}}`
8785

88-
89-
#### Supported service commands
86+
### {% linkable_title Supported service commands %}
9087

9188
- `"function":"list"`: List currently configured devices with name and device id and all discovered sensors.
9289

0 commit comments

Comments
 (0)