Merge branch 'master' into feat-add-entities
This commit is contained in:
26
.github/workflows/combined.yaml
vendored
26
.github/workflows/combined.yaml
vendored
@@ -1,26 +0,0 @@
|
||||
name: "Validation And Formatting"
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
jobs:
|
||||
ci:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
name: Download repo
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: actions/setup-python@v2
|
||||
name: Setup Python
|
||||
- uses: actions/cache@v2
|
||||
name: Cache
|
||||
with:
|
||||
path: |
|
||||
~/.cache/pip
|
||||
key: custom-component-ci
|
||||
- uses: KTibow/ha-blueprint@stable
|
||||
name: CI
|
||||
with:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
4
.github/workflows/tox.yaml
vendored
4
.github/workflows/tox.yaml
vendored
@@ -1,6 +1,8 @@
|
||||
name: Tox PR CI
|
||||
|
||||
on: [pull_request]
|
||||
on:
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
20
.github/workflows/validate.yml
vendored
Normal file
20
.github/workflows/validate.yml
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
name: HACS 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"
|
||||
- name: Hassfest validation
|
||||
uses: home-assistant/actions/hassfest@master
|
@@ -1,14 +1,14 @@
|
||||
{
|
||||
"domain": "localtuya",
|
||||
"name": "LocalTuya integration",
|
||||
"version": "5.0.0",
|
||||
"documentation": "https://github.com/rospogrigio/localtuya/",
|
||||
"dependencies": [],
|
||||
"codeowners": [
|
||||
"@rospogrigio", "@postlund"
|
||||
],
|
||||
"config_flow": true,
|
||||
"dependencies": [],
|
||||
"documentation": "https://github.com/rospogrigio/localtuya/",
|
||||
"iot_class": "local_push",
|
||||
"issue_tracker": "https://github.com/rospogrigio/localtuya/issues",
|
||||
"requirements": [],
|
||||
"config_flow": true,
|
||||
"iot_class": "local_push"
|
||||
"version": "5.0.1"
|
||||
}
|
||||
|
@@ -1,6 +1,4 @@
|
||||
{
|
||||
"name": "Local Tuya",
|
||||
"domains": ["climate", "cover", "fan", "light", "number", "select", "sensor", "switch"],
|
||||
"homeassistant": "0.116.0",
|
||||
"iot_class": ["Local Push"]
|
||||
"homeassistant": "0.116.0"
|
||||
}
|
||||
|
Reference in New Issue
Block a user