Skip to content

0x62 & 0x54 are the same protocol, so drop 0x62 and move it to 0x54. … #507

0x62 & 0x54 are the same protocol, so drop 0x62 and move it to 0x54. …

0x62 & 0x54 are the same protocol, so drop 0x62 and move it to 0x54. … #507

Workflow file for this run

name: Validate
on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
validate-hacs:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
- name: HACS validation
uses: "hacs/action@main"
with:
category: "integration"