mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-09 04:29:03 +00:00
870 B
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. |
|
0.70 | Local Polling | familyhub |
|
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 %}