{% include 'pages/input_options/TEMPLATE_GPIO_PIN.html' %}
{{form_mod_sensor.switch_edge.label(class_='control-label')}}
{{form_mod_sensor.switch_bounce_time.label(class_='control-label')}}
{{form_mod_sensor.switch_bounce_time(class_='form-control', value=each_sensor.switch_bouncetime, **{'title':_('The amount of time (miliseconds) to bounce the input signal')})}}
{{form_mod_sensor.switch_reset_period.label(class_='control-label')}}
{{form_mod_sensor.switch_reset_period(class_='form-control', value=each_sensor.switch_reset_period, **{'title':_('Wait a period of time (seconds) after the first edge detection to begin detecting again')})}}