27 lines
660 B
Markdown
27 lines
660 B
Markdown
---
|
|
layout: page
|
|
title: "Nest Camera"
|
|
description: "Instructions how to integrate Nest cameras into Home Assistant."
|
|
date: 2016-12-03 08:10
|
|
sidebar: true
|
|
comments: false
|
|
sharing: true
|
|
footer: true
|
|
logo: nest.png
|
|
ha_category: Camera
|
|
ha_release: 0.34
|
|
---
|
|
|
|
The `nest` platform allows you to watch the live stream of your [Nest](https://nest.com/camera/meet-nest-cam/) camera in Home Assistant.
|
|
|
|
<p class='note'>
|
|
You must have the [Nest component](/components/nest/) configured to use those thermostats.
|
|
</p>
|
|
|
|
To set it up, add the following information to your `configuration.yaml` file:
|
|
|
|
```yaml
|
|
# Example configuration.yaml entry
|
|
camera:
|
|
- platform: nest
|
|
```
|