fix `manifest.json`

This commit is contained in:
samuelspagl 2023-09-06 17:30:12 +02:00
parent 728a11c33d
commit 898f6e7da5
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
name: "Validate"
on:
# workflow_dispatch:
workflow_dispatch:
# schedule:
# - cron: "0 0 * * *"
# push:
@ -9,7 +9,7 @@ on:
# - "main"
pull_request:
branches:
- "never"
- "main"
jobs:
hassfest: # https://developers.home-assistant.io/blog/2020/04/16/hassfest

View File

@ -2,8 +2,8 @@
"domain": "samsung_soundbar",
"name": "Samsung Soundbar",
"version": "0.1.0",
"codeowners": ['@samuelspagl'],
"dependencies": ['pysmartthings'],
"codeowners": ["@samuelspagl"],
"dependencies": ["pysmartthings"],
"documentation": "https://www.example.com",
"integration_type": "hub",
"iot_class": "cloud_polling",