home-assistant.io/source/_components/camera.familyhub.markdown
Gregory Benner 980d0219ad Add docs for Family Hub camera for Samsung Refrigerators (#5364)
* added docs and image

* fix docs

* change docs to use the correct key for the IP address

* Update style and add 'ha_release'
2018-05-14 22:52:44 +02:00

926 B

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class
layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class
page Family Hub Camera Instructions on how to integrate Samsung Family Hub refrigerator cameras within Home Assistant. 2018-05-04 09:44 true false true true familyhub.png Camera 0.70 Local Polling

The familyhub platform allows you to get images of the inside of your Samsung Family Hub refrigerator in Home Assistant.

{% linkable_title 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 %}