Deployed cd4821e with MkDocs version: 1.5.3

This commit is contained in:
github-actions[bot]
2023-10-09 16:29:16 +00:00
parent 6d5a1037b7
commit f376a2d6aa
4 changed files with 44 additions and 44 deletions

View File

@@ -842,12 +842,12 @@ template:
- name: "Watermeter Value from JSON"
unique_id: water_meter_value_from_json
state: >-
state: >-
{{ state_attr('sensor.watermeter_json','main')['value'] | float }}
unit_of_measurement: 'm³'
device_class: water
state_class: total_increasing
icon: mdi:gauge
unit_of_measurement: 'm³'
device_class: water
state_class: total_increasing
icon: mdi:gauge
</code></pre>
<p>The 2nd way is to use the html api call from value.html : </p>