🔨 remove config file check

This commit is contained in:
Timmo 2018-08-19 14:56:27 +01:00
parent 49b57cfd01
commit 8bedd9128b

View file

@ -28,7 +28,3 @@ fi
if ! hass.config.has_value 'config_file'; then
hass.die 'No config file was specified'
fi
if ! hass.file_exists "/config/$(hass.config.get 'config_file')"; then
hass.die 'No config file was specified'
fi