This is a custom integration to output SmartThings Family Hub fridge camera feeds in HomeAssistant.
Please be aware that this implementation is a proof of concept. Don't expect everything to work!
When it comes to the installation, you have two options:
- Option 1: Install via HACS
- Option 2: Manual Installation
First, navigate to the HACS tab on your Home Assistant instance. On this page, click the three dots in the top right corner and select "Custom repositories":
In the floating window, please enter the link to the repository and select "Integration" as the type. (Just copy the link from the browser as shown)
After clicking the "Add" button, the repository should be added at the top as follows:
Next, search for your recently added repository in the HACS search bar and click on it:
Click the "Download" button in the bottom right:
Confirm the download of the latest version by clicking "Download". If everything works, you should see a success message afterwards:
You have successfully added the integration to your Home Assistant instance.
Install it as you would do with any Home Assistant custom component:
- Download the
custom_componentsfolder from the repository. - Copy the
samsung_familyhub_fridgedirectory into thecustom_componentsdirectory of your Home Assistant installation. Thecustom_componentsdirectory resides within your Home Assistant configuration directory.
Note: if thecustom_componentsdirectory does not exist, you need to create it. After a correct installation, your configuration directory should look like the following:└── ... └── configuration.yaml └── custom_components └── samsung_familyhub_fridge └── __init__.py └── manifest.json └── api.py └── camera.py └── ...
For reference:
After the installation was successful, you can now configure the integration.
Navigate to "Settings" > "Devices & service":
Click "Add Integration" in the bottom right:
Search for the FamilyHub Integration you just downloaded and select it:
You need to enter your Smartthings Token and your Device ID. The token is used to access your SmartThings account. The device ID identifies your fridge.
You can create a token from here: https://account.smartthings.com/tokens.
And get your device ID from here: https://my.smartthings.com/advanced/devices.
Click "Submit" to finish the setup:
If everything worked, you should see a success message:
Now let's add the camera to your dashboard. Navigate to your dashboard and add a card. Select the "Picture entity" card:
As the entity, you need to select your camera. You will see more than one camera entity. Just select the one that is working for you:
Make sure to select the additional settings as follows and click "Save":
This integration was developed by ibielopolskyi.
HACS integration was added by CurryPlayer.
Special thanks to HalloTschuess.

















