Workflow tweak for HA config.
This commit is contained in:
@@ -75,9 +75,9 @@ jobs:
|
|||||||
- name: Install Home Assistant + requirements
|
- name: Install Home Assistant + requirements
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install homeassistant==2025.8.3
|
|
||||||
curl -sSL https://raw.githubusercontent.com/home-assistant/core/2025.8.3/requirements_all.txt -o requirements_all.txt
|
curl -sSL https://raw.githubusercontent.com/home-assistant/core/2025.8.3/requirements_all.txt -o requirements_all.txt
|
||||||
pip install -r requirements_all.txt
|
pip install -r requirements_all.txt
|
||||||
|
pip install homeassistant==2025.8.3
|
||||||
- name: Run Home Assistant config check
|
- name: Run Home Assistant config check
|
||||||
run: |
|
run: |
|
||||||
hass --config ansible/configs/homeassistant --script check_config | tee ha-check.log
|
hass --config ansible/configs/homeassistant --script check_config | tee ha-check.log
|
||||||
|
|||||||
Reference in New Issue
Block a user