Update sensor.rest.markdown (#30521)

This commit is contained in:
Martin 2024-01-08 13:15:39 +01:00 committed by GitHub
parent ecd52d1feb
commit 386cad829d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -423,12 +423,12 @@ rest:
sensor:
- name: "Steam Temp"
value_template: "{{ json_value['response']['temp0'] | regex_findall_index('([0-9]+)XF') }}"
value_template: "{{ value_json['response']['temp0'] | regex_findall_index('([0-9]+)XF') }}"
unit_of_measurement: "°F"
steam_time_remaining:
- name: "Steam Time Remaining"
value_template: "{{ json_value['response']['time0'] }}"
value_template: "{{ value_json['response']['time0'] }}"
unit_of_measurement: "minutes"
rest_command: