ha_samsung_soundbar/custom_components/samsung_soundbar/manifest.json

16 lines
304 B
JSON
Raw Normal View History

{
"domain": "samsung_soundbar",
"name": "Samsung Soundbar",
"version": "0.1.0",
2023-09-06 18:41:18 +03:00
"codeowners": [
"@samuelspagl"
],
"requirements": [
"pysmartthings"
],
"documentation": "https://www.example.com",
"integration_type": "hub",
"iot_class": "cloud_polling",
"config_flow": true
2023-09-06 18:41:18 +03:00
}