Homeassistant-cli

Latest version: v0.9.6

Safety actively analyzes 630305 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 4

0.9.0

This release adds support for interacting with Home Assistant (former Hass.io).

What's Changed

* Add Fedora instructions (327) fabaff
* Add HA plugin (based on 276) (325) fabaff
* Raise HomeAssistantCliError on auth errors (326) scop
* Typos, docstrings and vars (324) fabaff
* Sync with recent HA release (323) fabaff

0.8.0

What's Changed

Another update mainly to get dependencies updated.

New feature to easily access raw websocket api endpoints to do cli operations
using websocket before there is a custom command for it.

* feat(plugin): hass-cli raw ws for websocket apis (274) maxandersen

Dependency updates and minor fixes

* Remove duplicate constant (302) fabaff
* build(deps): bump ruamel-yaml from 0.16.2 to 0.16.5 (270) dependabot-preview
* build(deps): bump voluptuous from 0.11.5 to 0.11.7 (267) dependabot-preview
* build(deps): bump ruamel-yaml from 0.16.1 to 0.16.2 (268) dependabot-preview
* build(deps): bump ruamel-yaml from 0.15.100 to 0.16.1 (265) dependabot-preview
* build(deps): bump voluptuous-serialize from 2.1.0 to 2.2.0 (266) dependabot-preview
* build(deps): bump ruamel-yaml from 0.15.99 to 0.15.100 (262) dependabot-preview
* build(deps): bump ruamel-yaml from 0.15.97 to 0.15.99 (261) dependabot-preview
* build(deps): bump bcrypt from 3.1.6 to 3.1.7 (258) dependabot-preview
* build(deps): bump ruamel-yaml from 0.15.94 to 0.15.97 (255) dependabot-preview
* build(deps): bump cryptography from 2.6.1 to 2.7 (254) dependabot-preview
* Upgrade ruamel.yaml to 0.15.96 (251) fabaff
* Bump requests from 2.21.0 to 2.22.0 (250) dependabot-preview
* fix(build): try make releases to testpypi work (247) maxandersen
* Fix for examples regarding "--columns" to make examples work (at leas… (305) haakonstorm
* fix(typing): master broken due to new typing rules/deps. (309) maxandersen
* Bump Black to 19.10b0 (311) quamilek
* Set pydocstyle to >=4.0.0,<5 (301) fabaff
* Set pylint to >=2.3.1,<2.4 (300) fabaff
* Set wheel to >=0.33.1,<0.4 (299) fabaff
* Set coveralls to >=1.2.0,<2 (298) fabaff
* Set flake8 to >=3.7.7,<4 (297) fabaff
* Set black to >=19.3b0,<20 (296) fabaff
* Set requests_mock to >=1.6.0,<2 (295) fabaff
* Set pytest-cov to >=2.6.1,<3 (294) fabaff
* Set mock-open to >=1.3.1,<1.4 (293) fabaff
* Set pytest-sugar to >=0.9.2,>0.10 (292) fabaff
* Set jsonpath-rw to >=1.4.0,<2 (291) fabaff
* Set pytest-timeout to >=1.3.3,<1.4 (290) fabaff
* Set click-log to >=0.3.2,<0.4 and click to >=7.0,<8 (283) fabaff
* Set requests to >=2.22.0,<3 (287) fabaff
* Set regex to >=2019.08.19 (278) fabaff
* Set pytest to >=5.1.2,<6 (285) fabaff
* Set mypy to >=0.710,<0.8 (286) fabaff
* Use recommended shebang style (see Fedora documentation) (289) fabaff
* Lighten netdisco dependency requirements (277) fabaff
* Set certifi to >=2019.06.16 (281) fabaff
* Set dateparser to >=0.7.1,<0.8 (288) fabaff
* Set aiohttp to >=3.5.4,<4 (282) fabaff
* Set ruamel.yaml to >=0.16.5,<0.17 (279) fabaff
* Set tabulate to >=0.8.3,<0.9 (284) fabaff
* Fix pytz (280) fabaff

0.7.0

What's Changed

Small release, mainly to get version with latest dependencies out.

But noteworthy are the extended `map` to support other map services than openmap,
old autocompletion bug on hassio have been fixed and brew install now documented.

+ a ton of dependency updates thanks to fabaff

Features/Fixes:

* Enable circleci (245) maxandersen
* fix: broken autocompletion on hass.io (232) maxandersen
* Add instructions for homebrew installation (167) michaelwoods
* fix: empty editor when using edit (202) maxandersen
* feat: `map` for entities and multiple map services (196) maxandersen
* Fix typos and align style of log messages (233) fabaff
* Add missing docstring (235) fabaff
* Fix pylint issue (209) fabaff

Dependency updates:
* Upgrade requests_mock to 1.6.0 (241) fabaff
* Upgrade regex to 2019.04.14 (242) fabaff
* Upgrade mypy to 0.701 (239) fabaff
* Upgrade pytest to 4.4.1 (238) fabaff
* Upgrade ruamel.yaml to 0.15.94 (237) fabaff
* Bump ruamel-yaml from 0.15.92 to 0.15.93 (234) dependabot
* Bump ruamel-yaml from 0.15.91 to 0.15.92 (230) dependabot
* Upgrade regex to 2019.04.12 (227) fabaff
* Upgrade netdisco to 2.6.0 (225) fabaff
* Fix import ordering (226) fabaff
* Upgrade pytest to 4.4.0 (224) fabaff
* Bump astral from 1.7.1 to 1.10.1 (219) dependabot
* Upgrade pydocstyle to 3.0.0 (223) fabaff
* Upgrade ruamel.yaml to 0.15.91 (222) fabaff
* Bump ruamel-yaml from 0.15.78 to 0.15.91 (221) dependabot
* Bump idna from 2.7 to 2.8 (216) dependabot
* Bump cryptography from 2.3.1 to 2.6.1 (218) dependabot
* Bump aiohttp from 3.5.1 to 3.5.4 (217) dependabot
* Bump pyjwt from 1.6.4 to 1.7.1 (214) dependabot
* Bump requests from 2.20.1 to 2.21.0 (213) dependabot
* Bump bcrypt from 3.1.4 to 3.1.6 (212) dependabot
* Bump voluptuous-serialize from 2.0.0 to 2.1.0 (211) dependabot
* Bump attrs from 18.2.0 to 19.1.0 (210) dependabot
* Upgrade netdisco to 2.5.0 (207) fabaff
* Upgrade pytest to 4.3.1 (206) fabaff
* Upgrade pylint to 2.3.1 (208) fabaff
* Upgrade regex to 2019.03.12 (205) fabaff
* Upgrade pylint to 2.3.0 (200) fabaff
* Upgrade flake8 to 3.7.7 (199) fabaff
* Upgrade ruamel.yaml to 0.15.89 (198) fabaff
* Upgrade regex to 2019.02.21 (195) fabaff

0.6.0

Whats changed

Breaking change: old `hass-cli entity` is now `hass-cli state` and `hass-cli entity` not uses actually entityregistry.
Thus if you used `hass-cli entity` before, that exact same functionality is in `hass-cli state`.

New Features

* fix: event watch has reliable json output [94e4362](http://github.com/home-assistant/home-assistant-cli/commit/94e4362afa1b622b48e121a43308a8bbb384c26d) maxandersen
* feat: Make entity state, and entity about entityregistry [46eca7a](http://github.com/home-assistant/home-assistant-cli/commit/46eca7a5ccd6cae7395a26c4c3acbb86fd9cb91d) maxandersen
* Add support for system health (172) [12e29e0](http://github.com/home-assistant/home-assistant-cli/commit/12e29e03dc3494e9cca026828078d3a799f91195) fabaff
* Dockcer image for armhf. [fd44bf2](http://github.com/home-assistant/home-assistant-cli/commit/fd44bf2e2ff510789ae8e1f14cb8e1bf7831ce9b) Rafał Markiewicz
* feat(docker): add doc and script for docker hass-cli [2e38aef](http://github.com/home-assistant/home-assistant-cli/commit/2e38aef86d1eb7531fff5ba3ff9039f75106a682) maxandersen
* doc(docker): raw docker cmd described [60d83e2](http://github.com/home-assistant/home-assistant-cli/commit/60d83e2379ef6e93005e3095309ffc7fccc4bef3) maxandersen


Bug fixes

* fix: release 0.6.0 version [dea2365](http://github.com/home-assistant/home-assistant-cli/commit/dea2365fed29f2f30b39152802d71b69349a640b) maxandersen
* Upgrade regex to 2019.02.20 (187) [534add9](http://github.com/home-assistant/home-assistant-cli/commit/534add9f63a93e96fb675cc072dd302752484eef) fabaff
* Order requirements alphabetically [8fb38c9](http://github.com/home-assistant/home-assistant-cli/commit/8fb38c90fb5ed7489e34803ca00211260ef3e068) fabaff
* Upgrade flake8 to 3.7.6 (188) [459964a](http://github.com/home-assistant/home-assistant-cli/commit/459964a53393f9bcd3facace17da2c9da61538f3) fabaff
* Upgrade pytest to 4.3.0 (185) [4b738df](http://github.com/home-assistant/home-assistant-cli/commit/4b738dfac62b433b9295a9c2491b523213782750) fabaff
* Upgrade wheel to 0.33.1 (186) [e9d1eab](http://github.com/home-assistant/home-assistant-cli/commit/e9d1eab2db6c0eaa607de90c64921af493bdd3a7) fabaff
* Upgrade regex to 2019.02.18 (182) [5ea9818](http://github.com/home-assistant/home-assistant-cli/commit/5ea981848927f9f0c4bbfc5c251079e90af271ac) fabaff
* Upgrade wheel to 0.33.0 (181) [b1efd1c](http://github.com/home-assistant/home-assistant-cli/commit/b1efd1cbb98b40a759ca12b4377afdcf4329645f) fabaff
* Upgrade dateparser to 0.7.1 (183) [07f2cf1](http://github.com/home-assistant/home-assistant-cli/commit/07f2cf1d4868c688d83271f5aa8f4e150d7a1cee) fabaff
* Upgrade pytest to 4.2.1 (180) [a9849d2](http://github.com/home-assistant/home-assistant-cli/commit/a9849d26b395503d68448ff0eeae5e5ce7a2d95e) fabaff
* Fix typo and add .xprocess to .gitignore [cffc957](http://github.com/home-assistant/home-assistant-cli/commit/cffc9575c7176396e7c32107584ae4d7810e13bf) maxandersen
* Update help output (fixes 173) (174) [a7ef8a5](http://github.com/home-assistant/home-assistant-cli/commit/a7ef8a5fb88e23f5e2fb71e7b8312253e4369a1d) fabaff
* Upgrade ruamel.yaml to 0.15.88 (177) [8685b6a](http://github.com/home-assistant/home-assistant-cli/commit/8685b6a645231824221ccfc580d8151ef7e0323f) fabaff
* Add missing docstring (175) [9de9b4c](http://github.com/home-assistant/home-assistant-cli/commit/9de9b4c2fd55e9e09bc024de63c749fc2c6c40d9) fabaff
* Update output (169) [ef599ab](http://github.com/home-assistant/home-assistant-cli/commit/ef599abd8abbf7adb30970e8a81a1428c61f4387) fabaff
* Fix link (170) [e3aabed](http://github.com/home-assistant/home-assistant-cli/commit/e3aabed972112663b05909fb680da3f221ff8d9e) fabaff
* Fix formatting (165) [83b2fd5](http://github.com/home-assistant/home-assistant-cli/commit/83b2fd571381831ec469b30443bdc6403386700f) fabaff
* Upgrade regex to 2019.02.07 (160) [4965fd1](http://github.com/home-assistant/home-assistant-cli/commit/4965fd15cdc3d5ed4dca58629cc132606bc3a660) fabaff
* Upgrade ruamel.yaml to 0.15.87 (161) [8d82e2d](http://github.com/home-assistant/home-assistant-cli/commit/8d82e2d3b289a83cc5d1e61088046e91970e3d6a) fabaff
* Upgrade flake8 to 3.7.5 (163) [be7a256](http://github.com/home-assistant/home-assistant-cli/commit/be7a2569ffd586591284a81e3f6f225b74ffd3f7) fabaff
* Upgrade pytest to 4.2.0 (164) [b044ad1](http://github.com/home-assistant/home-assistant-cli/commit/b044ad13e7c190e42be75704eb3b8f5765c0a854) fabaff
* Upgrade mypy to 0.670 (159) [a3e9eb5](http://github.com/home-assistant/home-assistant-cli/commit/a3e9eb57f876ff8123c87589603c985296b75fee) fabaff
* Fix typos (158) [f651a77](http://github.com/home-assistant/home-assistant-cli/commit/f651a77979c60134b6d44985a2eac951289c7762) fabaff
* fix bash line for autocomplete (148) [992fa15](http://github.com/home-assistant/home-assistant-cli/commit/992fa153adb4c9f088fd963767143ee5a33bd86e) DrJeff
* fix(docker): Avoid pip 19.0.1 bug [a4e0011](http://github.com/home-assistant/home-assistant-cli/commit/a4e001167f2b5ff4164b2674f5806e7a9f046853) maxandersen
* fix: next 0.6.0.dev0 [7afa47c](http://github.com/home-assistant/home-assistant-cli/commit/7afa47c99c2f8a272390796812fd8dd8263be49f) maxandersen

0.5.0

What's Changed

New features:

* Device, Area and event support [237ade8](http://github.com/homeassistant/homeassistant-cli/commit/237ade81372d25bfb3655c6a9f10d4aa697cad2e) maxandersen
* add minimal dockerfile [2b00bd7](http://github.com/homeassistant/homeassistant-cli/commit/2b00bd7e5b865775e7787c9cedf8d9c17d5f68cb) Ben Lebherz

Bug fixes:
* fix(entity): honor --columns in entity get [67397a1](http://github.com/homeassistant/homeassistant-cli/commit/67397a102295381d5d9101a51764643a3668e1e6) maxandersen
* Fix result reporting from service calls [14fc952](http://github.com/homeassistant/homeassistant-cli/commit/14fc9527ec0861a7dd26e185f4937bf9aace7f07) maxandersen
* Remove pyaml and move to ruamel only for yaml [df9f8c2](http://github.com/homeassistant/homeassistant-cli/commit/df9f8c23fa9993f16c735159634f29d2a50e1a43) maxandersen

Minor fixes:
* fix: release 0.5.0 version [200a099](http://github.com/homeassistant/homeassistant-cli/commit/200a099d066f2f5b34cce986e29952f4b6bb6594) maxandersen
* fix: be pep440 complant [98320f8](http://github.com/homeassistant/homeassistant-cli/commit/98320f888b75c8a091c5d19b154cac5b2946ac7b) maxandersen
* fix: fix lint errors [eca26fa](http://github.com/homeassistant/homeassistant-cli/commit/eca26fa4c2ebd0637a75a221dc17af60210bd0b3) maxandersen
* fix: fix lint errors [ffd2369](http://github.com/homeassistant/homeassistant-cli/commit/ffd23695cace01e872590fba06dedab63a56693f) maxandersen
* enable deploy of git timestamped build [4b27a65](http://github.com/homeassistant/homeassistant-cli/commit/4b27a65a2ddab302d97253b677df55739696c6d7) maxandersen
* Merge branch 'master' into dev [caaf7b1](http://github.com/homeassistant/homeassistant-cli/commit/caaf7b160f1bc7f7854d82ecdb35d0954c5e7ea8) maxandersen
* add docker reference [d3b64e8](http://github.com/homeassistant/homeassistant-cli/commit/d3b64e886f2a3380e0c4dceb0ea5a5c7d8e7eedc) maxandersen
* docs: add docs for area, device and event watch [ee4f74a](http://github.com/homeassistant/homeassistant-cli/commit/ee4f74af87ec810a135c66d0d193a14242213328) maxandersen
* Make dockerfile build from source + entrypoint [b7f8764](http://github.com/homeassistant/homeassistant-cli/commit/b7f876420df65b07a6b2a99c0e7dc7635711c1cd) maxandersen
* Fix lint issue [8bb0c9e](http://github.com/homeassistant/homeassistant-cli/commit/8bb0c9e4d62ff364f54e1561573e37c7517a46c9) fabaff
* Fix lint issues [58fdc83](http://github.com/homeassistant/homeassistant-cli/commit/58fdc835978f0448d43e43595379c32c161f3af3) fabaff
* fix bad typing [499b544](http://github.com/homeassistant/homeassistant-cli/commit/499b5449b0441b546ea48aff212754433457dbd5) maxandersen
* fix editor formatting [86d9bf8](http://github.com/homeassistant/homeassistant-cli/commit/86d9bf8bf6bfb5bec1a9f28177c105f84912a91b) maxandersen
* Fix version [3765a03](http://github.com/homeassistant/homeassistant-cli/commit/3765a03ccf11f0865baa7e70937279bcaa245352) maxandersen
* Fix version marker [edbe4bf](http://github.com/homeassistant/homeassistant-cli/commit/edbe4bf42e7d0993d68a367ca04ad80217aac395) maxandersen

0.4.4

What's changed

* fix editor formatting [86d9bf8](http://github.com/homeassistant/homeassistant-cli/commit/86d9bf8bf6bfb5bec1a9f28177c105f84912a91b) maxandersen

Page 2 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.