GPIO Binary Sensor Broken in Latest Update on Hass.IO?

I had my motion Sensor working on the Binary Pin till the last update and now it doesnt show up. The log shows this, any help?

File “/usr/local/lib/python3.6/site-packages/homeassistant/components/binary_sensor/rpi_gpio.py”, line 52, in setup_platform
port_name, port_num, pull_mode, bouncetime, invert_logic))
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/binary_sensor/rpi_gpio.py”, line 75, in init
rpi_gpio.edge_detect(self._port, read_gpio, self._bouncetime)
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/rpi_gpio.py”, line 69, in edge_detect
bouncetime=bounce)
RuntimeError: Failed to add edge detection

No one knows why or has faced the same issue?