mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-23 02:26:51 +00:00
1.0 KiB
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. |
|
0.70 | Local Polling | familyhub |
|
integration |
|
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 %}