Skip to content

Commit 8991d54

Browse files
Update README with string sensor instructions
Added instructions for building a string sensor based on the first sensor.
1 parent bdace22 commit 8991d54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ You can adjust various parameters within the `apps.yaml` configuration file to m
179179
{{ (states('sensor.YOUR-SHELLY-PRO-3EM_TOTAL_ACTIVE_POWER')|float(0) | round (3) + states('sensor."YOUR-SOLAR-INPUT')|float(0) | round (3) + states('sensor."YOUR-BATTERY-INPUT')|float(0) | round (3))/1000}}
180180
```
181181
2. Build a second sensor from the first sensor, but it must be a string sensor (no float)
182-
```
182+
```yaml
183183
- sensor:
184184
- name: "Consumption Wattwise"
185185
unique_id: consuption_wattwise

0 commit comments

Comments
 (0)