Skip to content

Commit 07c7a41

Browse files
committed
Remove white spaces
1 parent da425d9 commit 07c7a41

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/_components/sensor.sma.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ha_release: 0.36
1414
---
1515

1616

17-
The `sma` sensor will poll a SMA solar inverter and present the values as sensors (or attributes of sensors) in Home Assistant.
17+
The `sma` sensor will poll a [SMA][http://www.sma-america.com/] solar inverter and present the values as sensors (or attributes of sensors) in Home Assistant.
1818

1919
To enable this sensor, add the following lines to your `configuration.yaml` file:
2020

@@ -38,7 +38,7 @@ Configuration variables:
3838
- **sensors** (*Required*): A dictionary of sensors that will be added. The value of the dictionary can include sensor names that will be shown as attributes.
3939
- **custom** (*Optional*): A dictionary of custom sensor key values and units
4040

41-
Sensor configuration:
41+
Sensors configuration:
4242

4343
The sensors can be any one of the following:
4444
- current_power
@@ -61,6 +61,6 @@ Example:
6161
yesterday_consumption:
6262
key: 6400_00543A01
6363
unit: W
64-
```
64+
```
6565

6666
Over time more sensors will be added as standard sensors to the [pysma library](https://github.com/kellerza/pysma/blob/master/pysma/__init__.py#L18). Feel free to submit additional sensors on that repository.

0 commit comments

Comments
 (0)