Skip to content

docs: update edit-app.png screenshot to show current Callback URL #9

docs: update edit-app.png screenshot to show current Callback URL

docs: update edit-app.png screenshot to show current Callback URL #9

Workflow file for this run

name: Validate
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
push:
branches:
- main
pull_request:
branches:
- main
permissions: {}
jobs:
hassfest: # https://developers.home-assistant.io/blog/2020/04/16/hassfest
name: Hassfest validation
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Run hassfest validation
uses: home-assistant/actions/hassfest@master
hacs: # https://github.com/hacs/action
name: HACS validation
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Run HACS validation
uses: hacs/action@main
with:
category: integration