2022-03-30 21:50:39 +02:00

870 B

title, description, ha_category, ha_release, ha_iot_class, ha_domain, ha_platforms, ha_integration_type
title description ha_category ha_release ha_iot_class ha_domain ha_platforms ha_integration_type
Samsung Family Hub Instructions on how to integrate Samsung Family Hub refrigerator cameras within Home Assistant.
Camera
0.70 Local Polling familyhub
camera
integration

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