jmoor3 / homeassistant-components

3 stars 19 forks source link

Installation issues #1

Open wyznerd opened 5 years ago

wyznerd commented 5 years ago

I'm a bit confused on how to actually get this running as a custom_component. If I add it simply as a component in my config directory, HA seems to completely ignore it. If I add it as a custom_component, I can't get spaclient to import as a util.

Any thoughts on what I actually need to do?

jmoor3 commented 5 years ago

You need to add it to the main components directory. I haven't figured out how to add a custom light. Are you adding things to the directories I listed in the readme?

wyznerd commented 5 years ago

Yeah, I added them to the main components directory but then get errors within import.

jmoor3 commented 5 years ago

Are you adding to the utils folder that is one level up from components? What are your import errors?

jmoor3 commented 5 years ago

I changed it to work out of the custom_components folder, which should make this easier.