Ecosyste.ms: OpenCollective

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

Home Assistant CLI

Command-line tool for Home Assistant. Work with Home Assistant in the nerdy way and automate your Home automation for your terminal.
Collective - Host: opensource - https://opencollective.com/home-assistant-cli - Code: 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...

github.com/home-assistant-ecosystem/home-assistant-cli - 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...

github.com/home-assistant-ecosystem/home-assistant-cli - 09fbfec579e457fec6560fae7b4d785bc0dfaad6 authored about 6 years ago by Max Rydahl Andersen <[email protected]>
document dev release possibility

github.com/home-assistant-ecosystem/home-assistant-cli - 8febae177ee8acf9b4cccd173086783826c961e6 authored about 6 years ago by Max Rydahl Andersen <[email protected]>
Add --password flag for providing API password

github.com/home-assistant-ecosystem/home-assistant-cli - ec7f71c074e0f9b2931d271d34bf45c59e8af01a authored about 6 years ago by Robert Schütz <[email protected]>
Add script to upload dist easily to transfer.sh

github.com/home-assistant-ecosystem/home-assistant-cli - 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...

github.com/home-assistant-ecosystem/home-assistant-cli - f3df9e9a3587257ab07c9eecb7eb808027d6edf6 authored about 6 years ago by Max Rydahl Andersen <[email protected]>
fix coveralls reporting

github.com/home-assistant-ecosystem/home-assistant-cli - 4d67db45184421bb7ad9984184f2d0a12257527b authored about 6 years ago by Max Rydahl Andersen <[email protected]>
More test coverage

github.com/home-assistant-ecosystem/home-assistant-cli - 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...

github.com/home-assistant-ecosystem/home-assistant-cli - 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:

...

github.com/home-assistant-ecosystem/home-assistant-cli - c4573bbda3806e343bf694d8d1f2ac2a6060e55e authored about 6 years ago by Max Rydahl Andersen <[email protected]>
add additional venv files

github.com/home-assistant-ecosystem/home-assistant-cli - 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...

github.com/home-assistant-ecosystem/home-assistant-cli - cc8c79667ff39153dbcbd93e063e75e6f1d656f2 authored about 6 years ago by Max Rydahl Andersen <[email protected]>
Include tests in PyPI tarball

github.com/home-assistant-ecosystem/home-assistant-cli - 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...

github.com/home-assistant-ecosystem/home-assistant-cli - 24fbdaac4456e33c5f5d3e43dd8a2643585d0e0a authored about 6 years ago by Max Rydahl Andersen <[email protected]>
Update entry for badge

github.com/home-assistant-ecosystem/home-assistant-cli - 9620291ffb0573c735a211d601cfb52a0f928119 authored about 6 years ago by Fabian Affolter <[email protected]>
Merge branch 'master' into release-0-2

github.com/home-assistant-ecosystem/home-assistant-cli - 39706b4582bdc70ce380774f706210c9ba4b932b 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)

* ...

github.com/home-assistant-ecosystem/home-assistant-cli - 41bcffc47f602f4b4c7692a16ee7553142fe9d25 authored about 6 years ago by Max Rydahl Andersen <[email protected]>
ignore plugins when importerror

github.com/home-assistant-ecosystem/home-assistant-cli - 6077e4ec56bff23aa9b36c30e9d7cf4fa81e7d96 authored about 6 years ago by Max Rydahl Andersen <[email protected]>
Add/fix release steps

github.com/home-assistant-ecosystem/home-assistant-cli - 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...

github.com/home-assistant-ecosystem/home-assistant-cli - 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...

github.com/home-assistant-ecosystem/home-assistant-cli - 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...

github.com/home-assistant-ecosystem/home-assistant-cli - 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...

github.com/home-assistant-ecosystem/home-assistant-cli - 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...

github.com/home-assistant-ecosystem/home-assistant-cli - 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...

github.com/home-assistant-ecosystem/home-assistant-cli - 2cf9e08f6c091f2aa437081b8f4965a59be5537f authored about 6 years ago by Max Rydahl Andersen <[email protected]>
fix more linting (#27)

github.com/home-assistant-ecosystem/home-assistant-cli - 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...

github.com/home-assistant-ecosystem/home-assistant-cli - 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...

github.com/home-assistant-ecosystem/home-assistant-cli - 5b1c8a1a278915aacf8671c675cca0000ac53f63 authored about 6 years ago by Max Rydahl Andersen <[email protected]>
restrict black to python 3.6 and higher and .gitignore (#45)

github.com/home-assistant-ecosystem/home-assistant-cli - f0311c593076441f4b0620f7af2310257bfcbdf0 authored about 6 years ago by Max Rydahl Andersen <[email protected]>
Add --version flag (#30)

github.com/home-assistant-ecosystem/home-assistant-cli - 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 ...

github.com/home-assistant-ecosystem/home-assistant-cli - 7d060830e678927e8f18234ef5b3369ce9bc560b authored about 6 years ago by Max Rydahl Andersen <[email protected]>
update cmd help in readme (#48)

github.com/home-assistant-ecosystem/home-assistant-cli - 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...

github.com/home-assistant-ecosystem/home-assistant-cli - e13a92508f0472abc9798e26aeeecea43a292279 authored about 6 years ago by Max Rydahl Andersen <[email protected]>
have debug output on settings used. (#25)

github.com/home-assistant-ecosystem/home-assistant-cli - 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...

github.com/home-assistant-ecosystem/home-assistant-cli - 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 ...

github.com/home-assistant-ecosystem/home-assistant-cli - 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...

github.com/home-assistant-ecosystem/home-assistant-cli - 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...

github.com/home-assistant-ecosystem/home-assistant-cli - 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...

github.com/home-assistant-ecosystem/home-assistant-cli - 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...

github.com/home-assistant-ecosystem/home-assistant-cli - 31d125eb3bde5fad9dadaabf3896492002df10b1 authored about 6 years ago by Max Rydahl Andersen <[email protected]>
remove deploy for now (#47)

github.com/home-assistant-ecosystem/home-assistant-cli - 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...

github.com/home-assistant-ecosystem/home-assistant-cli - 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...

github.com/home-assistant-ecosystem/home-assistant-cli - f87e7467d44d2c98c0b2b511bb4b7fd231295dcb 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...

github.com/home-assistant-ecosystem/home-assistant-cli - 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...

github.com/home-assistant-ecosystem/home-assistant-cli - 9831a0a12bc19a86bd2414ade3f8e3cda279e7f5 authored about 6 years ago by Teemu R <[email protected]>
add a custom jsonencoder to avoid breaking on sets (#5)

github.com/home-assistant-ecosystem/home-assistant-cli - 12cc0cd9b3d8a8e18cae9bb4804f342728703f5c authored about 6 years ago by Teemu R <[email protected]>
Update license shield

github.com/home-assistant-ecosystem/home-assistant-cli - 175bb32decdb71309c15cc3d118cf5be3cd827e3 authored almost 7 years ago by Fabian Affolter <[email protected]>
Replace gitter with discord

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

github.com/home-assistant-ecosystem/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

github.com/home-assistant-ecosystem/home-assistant-cli - 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

github.com/home-assistant-ecosystem/home-assistant-cli - 45065d8b58201e61e37886d131a6eb5cce13e908 authored almost 8 years ago by Robbie Trencheny <[email protected]>
Add organization docs

github.com/home-assistant-ecosystem/home-assistant-cli - c94d732111c526db1a374b37488d2e9814376ebb authored almost 8 years ago by Robbie Trencheny <[email protected]>
Add minimal python version to support

github.com/home-assistant-ecosystem/home-assistant-cli - bd92a9b99d6ffd8dafa0b74eb95c8959fc3d219f authored almost 8 years ago by Fabian Affolter <[email protected]>
Add discovery plugin

github.com/home-assistant-ecosystem/home-assistant-cli - d64a31b2188b4ebbd319b962d2973d3ed959c22c 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

github.com/home-assistant-ecosystem/home-assistant-cli - 519ef954741f043d6d3664c147d97ffc731e6061 authored about 8 years ago by Fabian Affolter <[email protected]>
Added port and SSL as options for CLI

Added port and SSL as options for CLI

github.com/home-assistant-ecosystem/home-assistant-cli - 8f82920d80e1fa415821c2b4c91d87215b14e0f2 authored over 8 years ago by Sytone <[email protected]>
Add connection consts

github.com/home-assistant-ecosystem/home-assistant-cli - 34d16da143c24497f6831f34758f54e3b63c8614 authored over 8 years ago by Fabian Affolter <[email protected]>
Move badges to second line

github.com/home-assistant-ecosystem/home-assistant-cli - 1cf83694e2003853178e9acc9aeb8e77ff0179c3 authored over 8 years ago by Fabian Affolter <[email protected]>