Command line #50
toofewacres
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So far I have installed the Chihiros integration. I was able to add my 2 lights and they show up as lights.
I really want to be able to control them thru HA as far as ramp up times, on off times ,etc. I see in the readme file the info about using the CLI. I tried following the info but had issues right of the bat when I tried to do the "pip install -e ." command. Here's the screen info:
venv) ➜ chihiros source venv/bin/activate
(venv) ➜ chihiros pip install -e .
Looking in indexes: https://pypi.org/simple, https://wheels.home-assistant.io/musllinux-index/
Obtaining file:///homeassistant/custom_components/chihiros
ERROR: file:///homeassistant/custom_components/chihiros does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found.
What directory should I be trying to run this in? I've tried at several directories, but get the same error. I've tried searching for the "setup.py" file, but don't find it anywhere. I'm green at the CLI side (actually linux as well) and can follow directions, but when things don't work, I'm kind of lost. Any help would be great.
I'm running
OS Version: Home Assistant OS 13.2
Home Assistant Core: 2024.11.2
with ➜ ~ python
Python 3.12.3 (main, Aug 23 2024, 06:10:48) [GCC 13.2.1 20240309] on linux
Beta Was this translation helpful? Give feedback.
All reactions