mirror of
https://github.com/jomjol/AI-on-the-edge-device-docs.git
synced 2025-12-07 12:07:01 +03:00
Update Integration-Home-Assistant.md: fixed indentation
This commit is contained in:
@@ -192,12 +192,12 @@ template:
|
|||||||
|
|
||||||
- name: "Watermeter Value from JSON"
|
- name: "Watermeter Value from JSON"
|
||||||
unique_id: water_meter_value_from_json
|
unique_id: water_meter_value_from_json
|
||||||
state: >-
|
state: >-
|
||||||
{{ state_attr('sensor.watermeter_json','main')['value'] | float }}
|
{{ state_attr('sensor.watermeter_json','main')['value'] | float }}
|
||||||
unit_of_measurement: 'm³'
|
unit_of_measurement: 'm³'
|
||||||
device_class: water
|
device_class: water
|
||||||
state_class: total_increasing
|
state_class: total_increasing
|
||||||
icon: mdi:gauge
|
icon: mdi:gauge
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user