Skip to content

Commit ab79ec2

Browse files
John Lindleyfabaff
John Lindley
authored andcommitted
Fix missing hyphen (home-assistant#1231)
1 parent 88a0c90 commit ab79ec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_components/binary_sensor.nest.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ binary_sensor:
2727
monitored_conditions:
2828
- 'fan'
2929
- 'hvac_ac_state'
30-
'hvac_heater_state'
30+
- 'hvac_heater_state'
3131
- 'hvac_aux_heater_state'
3232
- 'hvac_heat_x2_state'
3333
- 'hvac_heat_x3_state'

0 commit comments

Comments
 (0)