Package Details: home-assistant-cli 0.9.6-1

Git Clone URL: https://aur.archlinux.org/home-assistant-cli.git (read-only, click to copy)
Package Base: home-assistant-cli
Description: Work with a local or a remote Home Assistant instance directly from the command-line.
Upstream URL: https://github.com/home-assistant/home-assistant-cli
Licenses: Apache
Submitter: ImNtReal
Maintainer: ImNtReal
Last Packager: ImNtReal
Votes: 3
Popularity: 0.000000
First Submitted: 2019-02-21 18:57 (UTC)
Last Updated: 2022-10-25 17:18 (UTC)

Latest Comments

rnestler commented on 2026-04-18 13:18 (UTC)

Missing dependency ruamel:

hass-cli --help
Traceback (most recent call last):
  File "/usr/bin/hass-cli", line 33, in <module>
    sys.exit(load_entry_point('homeassistant-cli==0.9.6', 'console_scripts', 'hass-cli')())
             ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/bin/hass-cli", line 25, in importlib_load_entry_point
    return next(matches).load()
           ~~~~~~~~~~~~~~~~~~^^
  File "/usr/lib/python3.14/importlib/metadata/__init__.py", line 179, in load
    module = import_module(match.group('module'))
  File "/usr/lib/python3.14/importlib/__init__.py", line 88, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1406, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1371, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1342, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 938, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 759, in exec_module
  File "<frozen importlib._bootstrap>", line 491, in _call_with_frames_removed
  File "/usr/lib/python3.14/site-packages/homeassistant_cli/cli.py", line 11, in <module>
    import homeassistant_cli.autocompletion as autocompletion
  File "/usr/lib/python3.14/site-packages/homeassistant_cli/autocompletion.py", line 8, in <module>
    from homeassistant_cli.config import Configuration, resolve_server
  File "/usr/lib/python3.14/site-packages/homeassistant_cli/config.py", line 9, in <module>
    from ruamel.yaml import YAML
ModuleNotFoundError: No module named 'ruamel'

I'd be willing to help maintain this package if you want to make me a co-maintainer.

cadilhac commented on 2024-08-08 20:47 (UTC)

The make test needs to be skipped in order for this to compile:

yay --mflags --nocheck -S home-assistant-cli

EndlessEden commented on 2022-11-14 05:44 (UTC) (edited on 2022-11-14 05:45 (UTC) by EndlessEden)

@serxxx - its not compatible with the one in the package.

@ImNtReal - flake8 is a new makedepend

also this conflicts with python-homeassistant-cli

serxxx commented on 2022-07-29 17:44 (UTC)

Not compatible with mccabe 0.7.0 (current mccabe version for Python 3). Python 2 mccabe should be compatible, but this package uses Python 3.

pkg_resources.ContextualVersionConflict: (mccabe 0.7.0 (/home/ser/.cache/yay/home-assistant-cli/src/home-assistant-cli-0.9.4/.eggs/mccabe-0.7.0-py3.10.egg), Requirement.parse('mccabe<0.7.0,>=0.6.0'), {'flake8'})

arjan5 commented on 2021-08-19 11:28 (UTC)

Missing dependency: 'python-pip'

t3pfaffe commented on 2021-05-06 10:03 (UTC) (edited on 2021-05-06 10:04 (UTC) by t3pfaffe)

Missing depends: 'ruamel.yaml'

As per error: pkg_resources.DistributionNotFound: The 'ruamel.yaml<0.17,>=0.16.5' distribution was not found and is required by homeassistant-cli

ad1217 commented on 2019-12-22 21:25 (UTC) (edited on 2019-12-22 21:25 (UTC) by ad1217)

Missing depends: 'python-regex' 'python-netdisco' 'python-dateparser' 'python-aiohttp' and checkdepends: 'python-coverage' 'python-wheel'