fix manifest.json & enable pipelines

* fix `manifest.json`

---------

Co-authored-by: samuelspagl <samuel@spagl-media.de>
This commit is contained in:
Samuel Spagl 2023-09-06 19:07:17 +02:00 committed by GitHub
parent 31de3bc807
commit 21a74e55db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -9,7 +9,7 @@ on:
# - "main" # - "main"
pull_request: pull_request:
branches: branches:
- "never" - "main"
jobs: jobs:
hassfest: # https://developers.home-assistant.io/blog/2020/04/16/hassfest hassfest: # https://developers.home-assistant.io/blog/2020/04/16/hassfest

View File

@ -1,12 +1,12 @@
{ {
"domain": "samsung_soundbar", "domain": "samsung_soundbar",
"name": "Samsung Soundbar", "name": "Samsung Soundbar",
"version": "0.1.0",
"codeowners": ["@samuelspagl"], "codeowners": ["@samuelspagl"],
"dependencies": ["pysmartthings"], "config_flow": true,
"documentation": "https://www.example.com", "documentation": "https://www.example.com",
"integration_type": "hub", "integration_type": "hub",
"iot_class": "cloud_polling", "iot_class": "cloud_polling",
"requirements": [], "issue_tracker": "https://github.com/samuelspagl/ha_samsung_soundbar/issues",
"config_flow": true "requirements": ["pysmartthings"],
} "version": "0.1.0"
}