2024-11-27 18:57:16 +01:00

1.0 KiB

title, description, ha_category, ha_release, ha_iot_class, ha_domain, ha_platforms, ha_integration_type, related, ha_quality_scale
title description ha_category ha_release ha_iot_class ha_domain ha_platforms ha_integration_type related ha_quality_scale
Samsung Family Hub Instructions on how to integrate Samsung Family Hub refrigerator cameras within Home Assistant.
Camera
0.70 Local Polling familyhub
camera
integration
docs title
/docs/configuration/ Configuration file
legacy

The familyhub {% term integration %} 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 {% term "configuration.yaml" %} file. {% include integrations/restart_ha_after_config_inclusion.md %}

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