2020-01-07 15:30:05 +01:00

811 B

title, description, logo, ha_category, ha_release, ha_iot_class
title description logo ha_category ha_release ha_iot_class
Samsung Family Hub Instructions on how to integrate Samsung Family Hub refrigerator cameras within Home Assistant. 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.

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