Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions drivers/SmartThings/hub/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
name: 'hub'
packageKey: 'hub'
description: "SmartThings driver for Hub devices"
vendorSupportInformation: "https://support.smartthings.com"
17 changes: 17 additions & 0 deletions drivers/SmartThings/hub/fingerprints.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
hub:
- id: "tv-hub"
deviceLabel: SmartThings Hub
hardwareType: SAMSUNG-TV-TIZEN-OPEN
deviceProfileName: tv-hub
- id: "soundbar-hub"
deviceLabel: Harman Kardon Virtuo
hardwareType: HARMAN_SPEAKER_LINUX_OPEN_HUB
deviceProfileName: soundbar-hub
- id: "refrigerator-hub"
deviceLabel: SmartThings Hub
hardwareType: SAMSUNG_DA_REFRIGERATOR_HUB
deviceProfileName: refrigerator-hub
hubThing:
- id: "hub-thing"
deviceLabel: SmartThings Hub
deviceProfileName: hub-thing
13 changes: 13 additions & 0 deletions drivers/SmartThings/hub/profiles/hub-thing.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: hub-thing
components:
- id: main
label: main
capabilities:
- id: bridge
version: 1
ephemeral: false
categories:
- name: Hub
categoryType: manufacturer
metadata:
ocfDeviceType: x.com.st.d.hub
17 changes: 17 additions & 0 deletions drivers/SmartThings/hub/profiles/refrigerator-hub.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: refrigerator-hub
components:
- id: main
label: main
capabilities:
- id: bridge
version: 1
ephemeral: false
categories:
- name: Hub
categoryType: manufacturer
config:
icons:
- badge:
- iconUrl: badge://refrigerator
metadata:
ocfDeviceType: x.com.st.d.hub
17 changes: 17 additions & 0 deletions drivers/SmartThings/hub/profiles/soundbar-hub.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: soundbar-hub
components:
- id: main
label: main
capabilities:
- id: bridge
version: 1
ephemeral: false
categories:
- name: Hub
categoryType: manufacturer
config:
icons:
- badge:
- iconUrl: badge://soundbar
metadata:
ocfDeviceType: x.com.st.d.hub
17 changes: 17 additions & 0 deletions drivers/SmartThings/hub/profiles/tv-hub.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: tv-hub
components:
- id: main
label: main
capabilities:
- id: bridge
version: 1
ephemeral: false
categories:
- name: Hub
categoryType: manufacturer
config:
icons:
- badge:
- iconUrl: badge://tv
metadata:
ocfDeviceType: x.com.st.d.hub
Empty file.