mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 10:17:23 +00:00
Add docs for Family Hub camera for Samsung Refrigerators (#5364)
* added docs and image * fix docs * change docs to use the correct key for the IP address * Update style and add 'ha_release'
This commit is contained in:
parent
2db10cf5fe
commit
980d0219ad
34
source/_components/camera.familyhub.markdown
Normal file
34
source/_components/camera.familyhub.markdown
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: "Family Hub Camera"
|
||||||
|
description: "Instructions on how to integrate Samsung Family Hub refrigerator cameras within Home Assistant."
|
||||||
|
date: 2018-05-04 09:44
|
||||||
|
sidebar: true
|
||||||
|
comments: false
|
||||||
|
sharing: true
|
||||||
|
footer: true
|
||||||
|
logo: familyhub.png
|
||||||
|
ha_category: Camera
|
||||||
|
ha_release: "0.70"
|
||||||
|
ha_iot_class: "Local Polling"
|
||||||
|
---
|
||||||
|
|
||||||
|
The `familyhub` platform allows you to get images of the inside of your [Samsung Family Hub refrigerator](https://www.samsung.com/us/explore/family-hub-refrigerator/connected-hub/) in Home Assistant.
|
||||||
|
|
||||||
|
## {% linkable_title Configuration %}
|
||||||
|
|
||||||
|
To enable your Family Hub camera in your installation, add the following to your `configuration.yaml` file:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
# 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 %}
|
BIN
source/images/supported_brands/familyhub.png
Normal file
BIN
source/images/supported_brands/familyhub.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
Loading…
x
Reference in New Issue
Block a user