mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-16 07:58:58 +00:00

* added docs and image * fix docs * change docs to use the correct key for the IP address * Update style and add 'ha_release'
926 B
926 B
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|---|
page | Family Hub Camera | Instructions on how to integrate Samsung Family Hub refrigerator cameras within Home Assistant. | 2018-05-04 09:44 | true | false | true | true | 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.
{% linkable_title 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 %}