Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/home-assistant-ecosystem/home-assistant-cli

:computer: Command-line tool for Home Assistant
https://github.com/home-assistant-ecosystem/home-assistant-cli

Remove bogus aiohttp dependency

Why:

* aiohttp was just used for a few headers.
* might need it back later for ws integration...

5ef80368c6dd1f3dee9d8de560094c1fc05c6cdd authored about 6 years ago by Max Rydahl Andersen <[email protected]>
Fix bad url creation and don't ignore 401

In #64 it was found that `hass-cli info` would return empty result
when there was 401 auth error...

09fbfec579e457fec6560fae7b4d785bc0dfaad6 authored about 6 years ago by Max Rydahl Andersen <[email protected]>
document dev release possibility

8febae177ee8acf9b4cccd173086783826c961e6 authored about 6 years ago by Max Rydahl Andersen <[email protected]>
Add --password flag for providing API password

ec7f71c074e0f9b2931d271d34bf45c59e8af01a authored about 6 years ago by Robert Schütz <[email protected]>
Add script to upload dist easily to transfer.sh

8f5d196fed138cf4aa26ee6e9bb987620e78e236 authored about 6 years ago by Max Rydahl Andersen <[email protected]>
feat: add server=auto now uses zeroconf to find HA

Why:

* when getting started it would be helpful to locate running HA
servers on local netwo...

f3df9e9a3587257ab07c9eecb7eb808027d6edf6 authored about 6 years ago by Max Rydahl Andersen <[email protected]>
fix coveralls reporting

4d67db45184421bb7ad9984184f2d0a12257527b authored about 6 years ago by Max Rydahl Andersen <[email protected]>
More test coverage

3d92011fe54a459a200c16cf2697803e841e3408 authored about 6 years ago by Max Rydahl Andersen <[email protected]>
Load test fixtures automatically

Why:

* The test files were getting crowded. Nicer to have test data in files.

This change add...

386c265b7bb6416bb3cc84558533b77a28631286 authored about 6 years ago by Max Rydahl Andersen <[email protected]>
bug: fix auto when doing autocomplete

Why:

* last commit broke autocompletion when server=auto

This change addreses the need by:

...

c4573bbda3806e343bf694d8d1f2ac2a6060e55e authored about 6 years ago by Max Rydahl Andersen <[email protected]>
add additional venv files

cb3e293024e4934e5e526e6fe553cafbb075c6ce authored about 6 years ago by Max Rydahl Andersen <[email protected]>
Remove deprecated commands: edit, get and toggle

Why:

* edit, get, toggle been replaced with more uniform commands.
Lets remove the to-be-de...

cc8c79667ff39153dbcbd93e063e75e6f1d656f2 authored about 6 years ago by Max Rydahl Andersen <[email protected]>
Include tests in PyPI tarball

902b982ec014fc7f782b15e55238c76caec6e99c authored about 6 years ago by Robert Schütz <[email protected]>
Fix autocompletion caused by session/cert fixes

Why:

* session and cert attributes was not initialized
for autocompletion causing errors.

T...

24fbdaac4456e33c5f5d3e43dd8a2643585d0e0a authored about 6 years ago by Max Rydahl Andersen <[email protected]>
Again badge

8121c5beb4cc7d15b855a4b1f799cbdff668e181 authored about 6 years ago by Fabian Affolter <[email protected]>
Update entry for badge

9620291ffb0573c735a211d601cfb52a0f928119 authored about 6 years ago by Fabian Affolter <[email protected]>
Merge branch 'master' into release-0-2

39706b4582bdc70ce380774f706210c9ba4b932b authored about 6 years ago by Max Rydahl Andersen <[email protected]>
release bump

301244b591a60cc6972a1cc97179cd27e97491c0 authored about 6 years ago by Max Rydahl Andersen <[email protected]>
Try to fix merge conflict between master and dev (#62)

* 0.0.2 (#19)

* Add move bot configuration (#11)

* Add stale bot configuration (#12)

* ...

41bcffc47f602f4b4c7692a16ee7553142fe9d25 authored about 6 years ago by Max Rydahl Andersen <[email protected]>
ignore plugins when importerror

6077e4ec56bff23aa9b36c30e9d7cf4fa81e7d96 authored about 6 years ago by Max Rydahl Andersen <[email protected]>
Add/fix release steps

2d42e0b530a2854d37d6ee84354edc2e7aa7743c authored about 6 years ago by Max Rydahl Andersen <[email protected]>
Add `service` plugin

Why:

* want to call services

This change addreses the need by:

* adds `service call` allowi...

1dbd42b1d7eadb6ebf31f9cd45fcd0c74de6536a authored about 6 years ago by Max Rydahl Andersen <[email protected]>
Add intial `--output=table` support

Why:

* json/yaml raw dumps are not always the best way to read/process things.

This change ad...

736f9ec441b94a2e562478a6c746d88c6e565d2b authored about 6 years ago by Max Rydahl Andersen <[email protected]>
Work when piped

Why:

* when piping to less or somewhere else
logging was causing issues so pipe broke

Thi...

fae6fc449b209379a68e21c84b21fbc05bdc8d3f authored about 6 years ago by Max Rydahl Andersen <[email protected]>
Update docs + fix argument bug

Why:

* need some uptodate docs for release

This change addreses the need by:

* updated read...

23795f0063c54db063c174d7bf442af95d56ec3e authored about 6 years ago by Max Rydahl Andersen <[email protected]>
Introduce -x flag for showing exceptions

Why:

* printing exception backtraces aren't really part of what verbose
does. Sometimes you...

df97e9a97d7ba322671e6a9e213378d8650bf9d6 authored about 6 years ago by Max Rydahl Andersen <[email protected]>
generic turn on/off

* add on/off for generic turn on/off
* fix typing error in cmd loads
* add tests for plugin l...

2cf9e08f6c091f2aa437081b8f4965a59be5537f authored about 6 years ago by Max Rydahl Andersen <[email protected]>
Fix version

63d05dc4ca5cf2367e86a77e8853b29b017e47b5 authored about 6 years ago by Fabian Affolter <[email protected]>
fix more linting (#27)

537f0fea85d3c903c88020ce5fc9175d1cd0b534 authored about 6 years ago by Max Rydahl Andersen <[email protected]>
Add precommit configuration (#33)

Why:

* precommits are helpful but hard to remember/configure right

This change addreses t...

4f6c13ed30e992c3b21d8e40fb13de47240c4046 authored about 6 years ago by Max Rydahl Andersen <[email protected]>
Clean up linting and exception handling

* add flake8 and fix formatting
* add remote interface for better isolation
* add basic testi...

5b1c8a1a278915aacf8671c675cca0000ac53f63 authored about 6 years ago by Max Rydahl Andersen <[email protected]>
restrict black to python 3.6 and higher and .gitignore (#45)

f0311c593076441f4b0620f7af2310257bfcbdf0 authored about 6 years ago by Max Rydahl Andersen <[email protected]>
Add --version flag (#30)

308646d714ceba91ddfaa2459bb7871c08e8f895 authored about 6 years ago by Max Rydahl Andersen <[email protected]>
Add black for formatting (#32)

Why:

* getting really tired of manually formatting python code before commit

This change ...

7d060830e678927e8f18234ef5b3369ce9bc560b authored about 6 years ago by Max Rydahl Andersen <[email protected]>
update cmd help in readme (#48)

c8a0b048b2d7affb377e08ac35a4063d72e69e4c authored about 6 years ago by Max Rydahl Andersen <[email protected]>
Add --insecure flag to allow self-signed certs (#28)

Why:

* users setting up hass or hass.io might enable signed certificates
and when they d...

e13a92508f0472abc9798e26aeeecea43a292279 authored about 6 years ago by Max Rydahl Andersen <[email protected]>
have debug output on settings used. (#25)

b3da740a22e0c94b2ecccf3f5ed60083382dd328 authored about 6 years ago by Max Rydahl Andersen <[email protected]>
Hass.io compatibility #23 (#26)

Why:

* would be nice if you are using standard HASSIO_TOKEN that we will
default to hass...

e8cdaae31afa497d63b5cc1e7bd1c881305cb7d2 authored about 6 years ago by Max Rydahl Andersen <[email protected]>
fix automcompletion and add friendly name (#31)

Why:

* autocompletion had a type causing failure
* friendly names would be nice to see in ...

c68865427e274df72d4cef060ca9d2300dfa1766 authored about 6 years ago by Max Rydahl Andersen <[email protected]>
add tox driven build and add travis (#44)

Why:

* need to have automated build/validations

This change addreses the need by:

* m...

e28ba2d58b51b001f954fc262f2c914da777b368 authored about 6 years ago by Max Rydahl Andersen <[email protected]>
Fix varions flake7 and 3.5 issues (#46)

* Fix ALL flake8, pylint, typing issues

* disabled pylint locally for a few cases.
* disab...

b38bebc88bc6741d10316c3888eb1de17e5e22c4 authored about 6 years ago by Max Rydahl Andersen <[email protected]>
0.0.2 (#19)

* Add move bot configuration (#11)

* Add stale bot configuration (#12)

* Add hound configu...

213a21613cea8df99affcf8c8c33be5ede76a584 authored about 6 years ago by Fabian Affolter <[email protected]>
Initial work on getting consistent commands (#36)

Why:

* the current get/set/delete doesn't work well with HA apis
* the code for click com...

31d125eb3bde5fad9dadaabf3896492002df10b1 authored about 6 years ago by Max Rydahl Andersen <[email protected]>
remove deploy for now (#47)

83ba85463d9be0f1111cd02ad6f8533f43d25b8a authored about 6 years ago by Max Rydahl Andersen <[email protected]>
0.1.0 (#21)

* Add move bot configuration (#11)

* Add stale bot configuration (#12)

* Add hound configu...

a7fc1a397598adcca66f50b1cf24a2de1e151579 authored about 6 years ago by Fabian Affolter <[email protected]>
0.0.2 (#19)

* Add move bot configuration (#11)

* Add stale bot configuration (#12)

* Add hound configu...

f87e7467d44d2c98c0b2b511bb4b7fd231295dcb authored about 6 years ago by Fabian Affolter <[email protected]>
Update

1f99ed43ba9a85e9f1451456dcf31ae3fc7dde35 authored about 6 years ago by Fabian Affolter <[email protected]>
Fix lint issues

f4903e962e47799483c63b4e99a820d2053d510a authored about 6 years ago by Fabian Affolter <[email protected]>
Update target

c3d1606df25294f7515446eddbda6c3cb7911ee4 authored about 6 years ago by Fabian Affolter <[email protected]>
Fix lint issues

042b537f91407b7a375984addfb847d2ed41b0cb authored about 6 years ago by Fabian Affolter <[email protected]>
Give the cli an overhaul so it works again + more (#7)

* Give the cli an overhaul so it works again + more

Changes:
- remove all use of homeassi...

4c5da52ea3fc31e399dfe85792e7584ef089d9ec authored about 6 years ago by Max Rydahl Andersen <[email protected]>
Add service plugin for querying and calling services (#6)

Querying works as follows:
* When no domain is given, lists all services from all domains
* Wh...

9831a0a12bc19a86bd2414ade3f8e3cda279e7f5 authored about 6 years ago by Teemu R <[email protected]>
add a custom jsonencoder to avoid breaking on sets (#5)

12cc0cd9b3d8a8e18cae9bb4804f342728703f5c authored about 6 years ago by Teemu R <[email protected]>
Update license shield

175bb32decdb71309c15cc3d118cf5be3cd827e3 authored about 7 years ago by Fabian Affolter <[email protected]>
Fix pylint issues

f8537834dc17c4da6164d50ab63c263433f5cd7c authored about 7 years ago by Fabian Affolter <[email protected]>
Fix docstring

6b55d3ed20db5cfd15bb40a7c4778e1913314df9 authored about 7 years ago by Fabian Affolter <[email protected]>
Replace gitter with discord

b598e24b6173b20f20f10cd0b133bbaa7eb69c8f authored over 7 years ago by Fabian Affolter <[email protected]>
Merge branch 'master' of github.com:home-assistant/home-assistant-cli

bd713a6f7d95477ebc2e314308fc88a245b1bd42 authored over 7 years ago by Fabian Affolter <[email protected]>
Update setup.py with new license and correct URL to specific location

ba83effb64592c8bade3b5ae62a30a8731fe9376 authored almost 8 years ago by Robbie Trencheny <[email protected]>
Update LICENSE.md and CLA.md to reflect the new Apache 2.0 license

45065d8b58201e61e37886d131a6eb5cce13e908 authored almost 8 years ago by Robbie Trencheny <[email protected]>
Add organization docs

c94d732111c526db1a374b37488d2e9814376ebb authored almost 8 years ago by Robbie Trencheny <[email protected]>
Fix link

5baf4685762b29385f27a6bffd45f43e3481f09a authored almost 8 years ago by Fabian Affolter <[email protected]>
Fix badge

3856b32ce19ec028b1a0dbf92990b2ad99be274e authored almost 8 years ago by Fabian Affolter <[email protected]>
Add minimal python version to support

bd92a9b99d6ffd8dafa0b74eb95c8959fc3d219f authored almost 8 years ago by Fabian Affolter <[email protected]>
Add timeout

d1b745a867e5f15665b7e98343d9394a504823cf authored almost 8 years ago by Fabian Affolter <[email protected]>
Update

fa094fe4df48ad02630327163a67fb6819f957ce authored about 8 years ago by Fabian Affolter <[email protected]>
Add discovery plugin

d64a31b2188b4ebbd319b962d2973d3ed959c22c authored about 8 years ago by Fabian Affolter <[email protected]>
Add year

d195329073c75f69f1065b6fb307bae52841a5e6 authored about 8 years ago by Fabian Affolter <[email protected]>
Merge pull request #1 from sytone/portandssladdition

Added port and SSL as options for CLI

519ef954741f043d6d3664c147d97ffc731e6061 authored about 8 years ago by Fabian Affolter <[email protected]>
Cleaned up import

0d31c1c6e20ce3561fc50b1c5740f55d5990d9a2 authored over 8 years ago by Sytone <[email protected]>
Added port and SSL as options for CLI

Added port and SSL as options for CLI

8f82920d80e1fa415821c2b4c91d87215b14e0f2 authored over 8 years ago by Sytone <[email protected]>
COmmit missing file

86e897e11054fa785e370b305c595b91afc4429e authored over 8 years ago by Fabian Affolter <[email protected]>
Commit all stuff

f37c911e386a94fb2528f43417dda00fb464782b authored over 8 years ago by Fabian Affolter <[email protected]>
Add config handler

d404ef55f7d593bcc95479a909b143554a9988aa authored over 8 years ago by Fabian Affolter <[email protected]>
Add helpers

9eeb2315e9f464deedfc474b0a4afdc934e8869e authored over 8 years ago by Fabian Affolter <[email protected]>
Add __init__ files

3fb5d4c3dacc59bb3ae46467c79631259a84f9c7 authored over 8 years ago by Fabian Affolter <[email protected]>
Add MANIFEST.in

ce6bd5ac480582b9fa864f7706d5165e14597a60 authored over 8 years ago by Fabian Affolter <[email protected]>
Add .gitignore

e54b85e97e3edbb31b85b2e3ee8d9d73fe8077ac authored over 8 years ago by Fabian Affolter <[email protected]>
Add requirements

2e7753c0eed3d75c53ea76b741756af1203db1b6 authored over 8 years ago by Fabian Affolter <[email protected]>
Add connection consts

34d16da143c24497f6831f34758f54e3b63c8614 authored over 8 years ago by Fabian Affolter <[email protected]>
Update badges

cb5cd8fdd75b574392eca2125b1061e254f2cb1a authored over 8 years ago by Fabian Affolter <[email protected]>
Fix typo

bd49d00d520fc2e8967b14271760439788b674b4 authored over 8 years ago by Fabian Affolter <[email protected]>
Move badges to second line

1cf83694e2003853178e9acc9aeb8e77ff0179c3 authored over 8 years ago by Fabian Affolter <[email protected]>
Add README file

6bf6955c99f45a6013f3063497225c528d546f38 authored over 8 years ago by Fabian Affolter <[email protected]>
Add license file

168bce95913eaf255e9a04f21e4c6b102f30b091 authored over 8 years ago by Fabian Affolter <[email protected]>