In the log I’m getting:
2017-10-13 19:28:46 ERROR (MainThread) [homeassistant.loader] Error loading custom_components.binary_sensor.gc100. Make sure all dependencies are installed
File “/home/homeassistant/.homeassistant/custom_components/binary_sensor/gc100.py”, line 11, in
import homeassistant.components.gc100 as gc100
ImportError: No module named ‘homeassistant.components.gc100’
2017-10-13 19:28:46 ERROR (MainThread) [homeassistant.loader] Unable to find component binary_sensor.gc100
2017-10-13 19:28:46 INFO (MainThread) [homeassistant.loader] Loaded gc100 from custom_components.gc100
how do I get my component to appear at homeassistant.components.gc100 instead of just custom_components.gc100 where it appears to be loading?
I used RPi GPIO binary sensor and base component from github as my basis for this.