home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
72.75k stars 30.46k forks source link

No able to use credstash #30160

Closed claudiosala80 closed 4 years ago

claudiosala80 commented 4 years ago

Home Assistant release with the issue: 0.103.2

Last working Home Assistant release (if known):

Operating environment (Hass.io/Docker/Windows/etc.): Home assistant on Python virtual environment on Raspian

Integration: Credstash

Description of problem: I want to use this integration for the password, but I am getting this in validation but also if I start home assistant with the configuration above ` Testing configuration at /home/homeassistant/.homeassistant Failed config General Errors:

Problem-relevant configuration.yaml entries and (fill out even if it seems unimportant):

mqtt:
  broker: 127.0.0.1
  username: claudiosala80
  password: !secret mqtt_pwd 

Additional information: AWS side all is correct and the passwords are listed

claudiosala80 commented 4 years ago

I solved: you need to create an empty secrets.yaml. This is not clear in docs