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"
pull_request:
branches:
- "never"
- "main"
jobs:
hassfest: # https://developers.home-assistant.io/blog/2020/04/16/hassfest

View File

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