We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdace22 commit 8991d54Copy full SHA for 8991d54
README.md
@@ -179,7 +179,7 @@ You can adjust various parameters within the `apps.yaml` configuration file to m
179
{{ (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}}
180
```
181
2. Build a second sensor from the first sensor, but it must be a string sensor (no float)
182
- ```
+ ```yaml
183
- sensor:
184
- name: "Consumption Wattwise"
185
unique_id: consuption_wattwise
0 commit comments