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
In db_from_hass_config, when config.find_hass_config() raises a ValueError, we should print instructions on how a user should manually create a db instance from their DB url.
In
db_from_hass_config, whenconfig.find_hass_config()raises aValueError, we should print instructions on how a user should manually create a db instance from their DB url.HASS-data-detective/detective/core.py
Line 17 in a2f0922