Closed maxandersen closed 6 years ago
Looks like we need to bump credstash
from 1.14
to 1.15
:
https://github.com/home-assistant/home-assistant/blob/master/homeassistant/scripts/credstash.py#L7
Fixed in this PR: https://github.com/fugue/credstash/pull/178#issuecomment-404829089
PR merged with this release: https://github.com/fugue/credstash/releases/tag/v1.15.0
TL;DR
cryptography
, a credstash
dependency removed the RIPEMD160
hash and broke credstash:1.14
, so credstash:1.15
was released which removed the unsupported hashes.
(homeassistant) homeassistant@tyr:/home/tyler$ hass --script credstash help
INFO:homeassistant.util.package:Attempting install of credstash==1.15.0
INFO:homeassistant.util.package:Attempting install of botocore==1.7.34
usage: hass [-h] [--script {credstash}] {get,put,del,list} [name] [value]
hass: error: argument action: invalid choice: 'help' (choose from 'get', 'put', 'del', 'list')
Home Assistant release with the issue:
0.80.3
Last working Home Assistant release (if known):
Operating environment (Hass.io/Docker/Windows/etc.):
OSX
Component/platform:
https://www.home-assistant.io/docs/tools/credstash/
Description of problem:
running
hass --script credstash help
results in this error/output: