Closed nicxvan closed 4 years ago
This is normal for a config flow element. All the data is stored in the .storage
directory so you can and should exclude that directory which is located in your config folder.
This is by design, .storage can be used for version control, but not public as it contains sensitive data.
If you want to suggest a feature, you should try our Community Forum: Feature Requests.
If you have additional questions, feel free to join our Discord chat server.
Thanks! 👍
The problem
I see logs mentioning that the onvif platform does not support platforms and to remove it from config. Looking further it seems it was migrated from configuration.yaml to the ui. However that means that the password is no longer isolated in the secrets.yaml and is interspersed in config. Ideally it would be separated so it can be excluded from version control.
Environment
Problem-relevant
configuration.yaml
Traceback/Error logs
Additional information