From: Giorgio Ravera Date: Sat, 7 Jan 2023 13:11:45 +0000 (+0100) Subject: Fixed github CI workflow X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=b706dc41371744fb48e70c11dd3ed17b4b41a0fc;p=homeassistant.git Fixed github CI workflow --- diff --git a/.github/workflows/ci-validation.yaml b/.github/workflows/ci-validation.yaml index cac8ab6a..3013758e 100644 --- a/.github/workflows/ci-validation.yaml +++ b/.github/workflows/ci-validation.yaml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Set up Python 3.10 - uses: actions/setup-python@v3 + uses: actions/setup-python@v4 with: python-version: "3.10" - name: Install dependencies diff --git a/README.md b/README.md index 6e12249e..c02e03b8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Home Assistant Configuration -[![Build Status][build-status-img]][build-status-url] +[![Check Status][check-status-img]][check-status-url] [![Last Commit][last-commit-img]][last-commit-url] [![License Status][license-img]][license-url] [![BuyMeCoffee][buymecoffee-img]][buymecoffee-url] @@ -119,8 +119,8 @@ All files are tested using the latest stable version of Home Assistant using [Tr --- -[build-status-img]: https://api.travis-ci.com/xraver/homeassistant.svg?branch=master -[build-status-url]: https://travis-ci.com/github/xraver/homeassistant +[check-status-img]: https://github.com/xraver/homeassistant/actions/workflows/ci-validation.yaml/badge.svg +[check-status-url]: https://github.com/xraver/homeassistant/actions/workflows/ci-validation.yaml [license-img]: https://img.shields.io/github/license/xraver/homeassistant [license-url]: LICENSE [releases-img]: https://img.shields.io/github/v/release/xraver/homeassistant diff --git a/configuration.yaml b/configuration.yaml index d34e04a7..d8665415 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -225,6 +225,3 @@ proxmoxve: !include components/proxmox.yaml # Telegram telegram_bot: !include components/telegram.yaml - -# Monitor Docker -monitor_docker: !include components/monitor_docker.yaml diff --git a/log/history.yaml b/log/history.yaml index 9075e126..04c9c0dc 100644 --- a/log/history.yaml +++ b/log/history.yaml @@ -73,7 +73,7 @@ exclude: # CO2 - sensor.co2_signal_co2_intensity - sensor.co2_signal_grid_fossil_fuel_percentage -domains: + domains: - automation - button - calendar