File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
.github/actions/home-assistant
home_automation/home_assistant Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1212 image : ' ../../../home_automation/home_assistant/Dockerfile'
1313 args :
1414 - /usr/local/bin/hass
15- - -c =home_automation/home_assistant/config/
15+ - --config =home_automation/home_assistant/config/
1616 - --script
1717 # # Must be in that way, if not, info=all fail
1818 - check_config
19+ - --config=home_automation/home_assistant/config/
1920 - --info=all
2021# ${{ inputs.my_command }}
Original file line number Diff line number Diff line change 1717echo " Starting checking HomeAssistant..."
1818
1919set +e
20- /usr/local/bin/hass -c ${CONFIG_PREFIX_PATH} / --script check_config --info=all > /tmp/firstCheckConfig.log 2>&1
20+ /usr/local/bin/hass --config ${CONFIG_PREFIX_PATH} / --script check_config --config= ${CONFIG_PREFIX_PATH} / --info=all > /tmp/firstCheckConfig.log 2>&1
2121firstCheckConfigStatus=$?
2222set -e
2323
@@ -31,4 +31,4 @@ if [ $firstCheckConfigStatus -ne 0 ]; then
3131 # exit $firstCheckConfigStatus
3232fi
3333
34- /usr/local/bin/hass -c ${CONFIG_PREFIX_PATH} / --script check_config --info=all
34+ /usr/local/bin/hass --config ${CONFIG_PREFIX_PATH} / --script check_config --config= ${CONFIG_PREFIX_PATH} / --info=all
You can’t perform that action at this time.
0 commit comments