Deployed c8039e5 with MkDocs version: 1.4.2

This commit is contained in:
github-actions[bot]
2023-03-05 10:53:08 +00:00
parent 6d308dc7d1
commit 09c9219391
4 changed files with 49 additions and 38 deletions

View File

@@ -368,6 +368,17 @@ template:
icon: mdi:gauge
</code></pre>
<p>The 2nd way is to use the html api call from value.html : </p>
<p><code>sensor:
- platform: rest
resource: http://&lt;IP&gt;/value.html
name: cold_water
unique_id: cold_water_from_rest
unit_of_measurement: "L"
device_class: water
state_class: total_increasing
icon: mdi:gauge
scan_interval : 120</code></p>
<p>See also https://community.home-assistant.io/t/rest-sensor-nested-json/243420/9</p>
<h4 id="photo">Photo</h4>
<p>REST can also be used to show the photo of the last round:</p>