mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-12-11 02:43:28 -06:00
* Sets front matter defaults * Removes default front matter from section templates/pages * Removes default front matter from addon pages * Removes default front matter from integration pages * Removes default front matter from posts * Removes default front matter from docs pages * Removes default front matter from other pages * Fixes blog category pages
862 B
862 B
title, description, logo, ha_category, ha_release, ha_iot_class, redirect_from
| title | description | logo | ha_category | ha_release | ha_iot_class | redirect_from | ||
|---|---|---|---|---|---|---|---|---|
| Family Hub Camera | Instructions on how to integrate Samsung Family Hub refrigerator cameras within Home Assistant. | familyhub.png |
|
0.70 | Local Polling |
|
The familyhub platform allows you to get images of the inside of your Samsung Family Hub refrigerator in Home Assistant.
Configuration
To enable your Family Hub camera in your installation, add the following to your configuration.yaml file:
# Example configuration.yaml entry
camera:
- platform: familyhub
ip_address: 'IP_ADDRESS'
{% configuration %} ip_address: description: The IP address of your refrigerator. required: true type: string {% endconfiguration %}