1
mirror of https://github.com/home-assistant/core synced 2024-07-09 04:58:30 +02:00

Add integration_type to samsungtv (#81101)

This commit is contained in:
epenet 2022-10-27 18:18:09 +02:00 committed by GitHub
parent 663c2ef993
commit 7feb463a4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
{ {
"domain": "samsungtv", "domain": "samsungtv",
"name": "Samsung Smart TV", "name": "Samsung Smart TV",
"integration_type": "device",
"documentation": "https://www.home-assistant.io/integrations/samsungtv", "documentation": "https://www.home-assistant.io/integrations/samsungtv",
"requirements": [ "requirements": [
"getmac==0.8.2", "getmac==0.8.2",

View File

@ -4468,7 +4468,7 @@
"name": "Samsung Family Hub" "name": "Samsung Family Hub"
}, },
"samsungtv": { "samsungtv": {
"integration_type": "hub", "integration_type": "device",
"config_flow": true, "config_flow": true,
"iot_class": "local_push", "iot_class": "local_push",
"name": "Samsung Smart TV" "name": "Samsung Smart TV"