You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use the HA functionality coming with secrets.yaml with following log-error
(node:230) [TAG_RESOLVE_FAILED] YAMLWarning: Unresolved tag: !secret at line 20, column 9:
user: !secret mqtt_u
^^^^^^^
(Use `node --trace-warnings ...` to show where the warning was created)
(node:230) [TAG_RESOLVE_FAILED] YAMLWarning: Unresolved tag: !secret at line 21, column 13:
password: !secret mqtt_p
It is usefull for mqtt connection data such as (usr, pw, host-ip) and for cpu-ip adresse for example.
Is it possible to implement this in the add-on?
Thx alot!
The text was updated successfully, but these errors were encountered:
Hello again,
I tried to use the HA functionality coming with secrets.yaml with following log-error
It is usefull for mqtt connection data such as (usr, pw, host-ip) and for cpu-ip adresse for example.
Is it possible to implement this in the add-on?
Thx alot!
The text was updated successfully, but these errors were encountered: