Skip to content

Releases: home-assistant-ecosystem/home-assistant-cli

0.9.6

24 Oct 22:35
e9b1b4c
Compare
Choose a tag to compare
  • Allow later tabulate (@musicinmybrain)
  • Also, later click-log and pytest-timeout release are allowed

0.9.5

01 Oct 23:17
904de37
Compare
Choose a tag to compare
  • Remove duplicate --version (@chenrui333)
  • Update github url (@dtrodrigues)
  • Implement area support for entities (@makuser)
  • Prevent list command shadowing builtin (@rdavidcollins001001)
  • Change deprecated parameter name autocompletion (@jpnadas)
  • Update requirements

0.9.4

20 Jun 21:38
d727cf1
Compare
Choose a tag to compare

Only bugfix and dependencies update.

0.9.3

06 Apr 11:56
ba6e191
Compare
Choose a tag to compare
  • Use mDNS and not propagated hostname over DNS @fabaff
  • Show area name instead of id on device list (#346) @dwradcliffe

0.9.2

05 Apr 11:49
ea86a90
Compare
Choose a tag to compare

What's Changed

0.9.1

22 Apr 21:16
6be489b
Compare
Choose a tag to compare

What's Changed

0.9.0

13 Apr 17:18
f20ac17
Compare
Choose a tag to compare

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

What's Changed

0.8.0

17 Nov 23:12
Compare
Choose a tag to compare

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.

Dependency updates and minor fixes

0.7.0

14 May 22:34
Compare
Choose a tag to compare

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:

Dependency updates:

0.6.0

20 Feb 22:49
Compare
Choose a tag to compare

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

Bug fixes