mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Update sensor.rest.markdown (#30521)
This commit is contained in:
parent
ecd52d1feb
commit
386cad829d
@ -423,12 +423,12 @@ rest:
|
|||||||
|
|
||||||
sensor:
|
sensor:
|
||||||
- name: "Steam Temp"
|
- 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"
|
unit_of_measurement: "°F"
|
||||||
|
|
||||||
steam_time_remaining:
|
steam_time_remaining:
|
||||||
- name: "Steam Time Remaining"
|
- name: "Steam Time Remaining"
|
||||||
value_template: "{{ json_value['response']['time0'] }}"
|
value_template: "{{ value_json['response']['time0'] }}"
|
||||||
unit_of_measurement: "minutes"
|
unit_of_measurement: "minutes"
|
||||||
|
|
||||||
rest_command:
|
rest_command:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user