Get list of !secret values?

Hi everybody,

I was not able to find anything relevant via the API REST docs, but hopefully I just missed it and you can help me out.

Is there a way to get a list of all available !secret keys? Let’s say I have this secrets.yaml below

neato_username: "abect"
neato_password: "asdb3kadf"
nextcloud_username: "ascaoigh"
nextcloud_password: "asfaoihpöo"

Is it possible to get a list that contains only these strings: neato_username, neato_password, nextcloud_username, nextcloud_password (the actual values, for example abect, are not required)?

Thank you in advance for your ideas :slight_smile:

That is not available, as they are resolved by the YAML parser before the configuration is handed over to Home Assistant for processing.

1 Like