Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created December 23, 2019 15:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/56fbac1ed85a623ffe973e75587a97ec to your computer and use it in GitHub Desktop.
Save ryantm/56fbac1ed85a623ffe973e75587a97ec to your computer and use it in GitHub Desktop.
/nix/store/7f0cg1w8654wmd9iaxc8kn9w1vzp7wqj-homeassistant-cli-0.8.0
├── bin
│   └── hass-cli
├── lib
│   └── python3.7
│   └── site-packages
│   ├── homeassistant_cli
│   │   ├── autocompletion.py
│   │   ├── cli.py
│   │   ├── config.py
│   │   ├── const.py
│   │   ├── exceptions.py
│   │   ├── hassconst.py
│   │   ├── helper.py
│   │   ├── __init__.py
│   │   ├── package_constraints.txt
│   │   ├── plugins
│   │   │   ├── area.py
│   │   │   ├── completion.py
│   │   │   ├── config.py
│   │   │   ├── device.py
│   │   │   ├── discover.py
│   │   │   ├── entity.py
│   │   │   ├── event.py
│   │   │   ├── info.py
│   │   │   ├── map.py
│   │   │   ├── __pycache__
│   │   │   │   ├── area.cpython-37.pyc
│   │   │   │   ├── completion.cpython-37.pyc
│   │   │   │   ├── config.cpython-37.pyc
│   │   │   │   ├── device.cpython-37.pyc
│   │   │   │   ├── discover.cpython-37.pyc
│   │   │   │   ├── entity.cpython-37.pyc
│   │   │   │   ├── event.cpython-37.pyc
│   │   │   │   ├── info.cpython-37.pyc
│   │   │   │   ├── map.cpython-37.pyc
│   │   │   │   ├── raw.cpython-37.pyc
│   │   │   │   ├── service.cpython-37.pyc
│   │   │   │   ├── state.cpython-37.pyc
│   │   │   │   ├── system.cpython-37.pyc
│   │   │   │   └── template.cpython-37.pyc
│   │   │   ├── raw.py
│   │   │   ├── service.py
│   │   │   ├── state.py
│   │   │   ├── system.py
│   │   │   └── template.py
│   │   ├── __pycache__
│   │   │   ├── autocompletion.cpython-37.pyc
│   │   │   ├── cli.cpython-37.pyc
│   │   │   ├── config.cpython-37.pyc
│   │   │   ├── const.cpython-37.pyc
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── hassconst.cpython-37.pyc
│   │   │   ├── helper.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── remote.cpython-37.pyc
│   │   │   └── yaml.cpython-37.pyc
│   │   ├── remote.py
│   │   └── yaml.py
│   └── homeassistant_cli-0.8.0.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE.md
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
├── nix-support
│   └── propagated-build-inputs
└── share
├── bash-completion
│   └── completions
│   └── hass-cli
└── zsh
└── site-functions
└── _hass-cli
15 directories, 60 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment