diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..68505d67f --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10 diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 0c89c7351..daa239940 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -20,18 +20,18 @@ jobs: steps: - name: Checkout source code - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3.1.0 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v1.5.1 + uses: docker/setup-buildx-action@v2 - name: Login to DockerHub - uses: docker/login-action@v1.10.0 + uses: docker/login-action@v2 with: username: ${{ secrets.DOCKER_USER }} password: ${{ secrets.DOCKER_PASSWORD }} - name: Login to GitHub Container Registry - uses: docker/login-action@v1.10.0 + uses: docker/login-action@v2 with: registry: ghcr.io username: ${{ github.repository_owner }} @@ -39,7 +39,7 @@ jobs: - name: Build and push id: docker_build - uses: docker/build-push-action@v2.6.1 + uses: docker/build-push-action@v3 with: context: . push: true diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e087ce429..ac9abb35e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -19,9 +19,9 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - name: Set up Python 3.8 - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: 3.8 - name: Install dependencies diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 83b72ed69..7fbfe33a3 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -16,7 +16,7 @@ jobs: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@v4 + - uses: actions/stale@v6 with: days-before-pr-stale: 60 days-before-pr-close: 7 @@ -35,7 +35,7 @@ jobs: close-issues: runs-on: ubuntu-latest steps: - - uses: actions/stale@v4 + - uses: actions/stale@v6 with: days-before-pr-stale: -1 days-before-pr-close: -1 diff --git a/.gitpod.yml b/.gitpod.yml index b7d6d5eb2..e7dd5be20 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -4,4 +4,4 @@ ports: tasks: - before: pip3 install -r requirements.txt - command: make webserver + command: make live-html diff --git a/Doxygen b/Doxygen index 68371d74f..45420066e 100644 --- a/Doxygen +++ b/Doxygen @@ -38,7 +38,7 @@ PROJECT_NAME = "ESPHome" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 2022.8.0 +PROJECT_NUMBER = 2022.10.2 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/Makefile b/Makefile index db4b906bc..7ae0cf4bb 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ESPHOME_PATH = ../esphome -ESPHOME_REF = 2022.8.0 +ESPHOME_REF = 2022.10.2 .PHONY: html html-strict cleanhtml deploy help live-html Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png minify diff --git a/_redirects b/_redirects index f6b61f081..7ed3fa34a 100644 --- a/_redirects +++ b/_redirects @@ -3,3 +3,4 @@ # Moved components # e.g: /components/sensors/abc.html /components/sensors/xyz.html 301 /components/sensor/sgp40.html /components/sensor/sgp4x.html 301 +/components/binary_sensor/xpt2046.html /components/touchscreen/xpt2046.html 301 diff --git a/_static/changelog-2022.10.0.png b/_static/changelog-2022.10.0.png new file mode 100644 index 000000000..954ff003b Binary files /dev/null and b/_static/changelog-2022.10.0.png differ diff --git a/_static/changelog-2022.9.0.png b/_static/changelog-2022.9.0.png new file mode 100644 index 000000000..c55d8f798 Binary files /dev/null and b/_static/changelog-2022.9.0.png differ diff --git a/_static/custom.css b/_static/custom.css index 5df279829..052882239 100644 --- a/_static/custom.css +++ b/_static/custom.css @@ -186,3 +186,7 @@ div.index-shields { margin-left: 32px; } } + +.breadcrumbs li { + display: inline; +} diff --git a/_static/version b/_static/version index b41d75da2..8fd513888 100644 --- a/_static/version +++ b/_static/version @@ -1 +1 @@ -2022.8.0 \ No newline at end of file +2022.10.2 \ No newline at end of file diff --git a/_templates/layout.html b/_templates/layout.html index d44b65a33..c24609924 100644 --- a/_templates/layout.html +++ b/_templates/layout.html @@ -27,6 +27,17 @@ {% endblock %} +{% block relbar_top %} + {% if parents|length > 0 %} +