You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/sensor.sma.markdown
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ ha_release: 0.36
14
14
---
15
15
16
16
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.
18
18
19
19
To enable this sensor, add the following lines to your `configuration.yaml` file:
20
20
@@ -38,7 +38,7 @@ Configuration variables:
38
38
- **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.
39
39
- **custom** (*Optional*): A dictionary of custom sensor key values and units
40
40
41
-
Sensor configuration:
41
+
Sensors configuration:
42
42
43
43
The sensors can be any one of the following:
44
44
- current_power
@@ -61,6 +61,6 @@ Example:
61
61
yesterday_consumption:
62
62
key: 6400_00543A01
63
63
unit: W
64
-
```
64
+
```
65
65
66
66
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