Skip to content

Commit

Permalink
Update sensor.rest.markdown (home-assistant#30521)
Browse files Browse the repository at this point in the history
  • Loading branch information
martin3000 authored Jan 8, 2024
1 parent ecd52d1 commit 386cad8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/_integrations/sensor.rest.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 386cad8

Please sign in to comment.