Skip to content

Commit 5571bbd

Browse files
ochlocracyfrenck
andauthored
Add Camera to Alexa Smart Home (home-assistant#12519)
* Update Alexa Smart Home to include Camera configuration. * ✏️ Tweak Co-authored-by: Franck Nijhof <frenck@frenck.nl>
1 parent 7831b6d commit 5571bbd

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

source/_integrations/alexa.smart_home.markdown

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,7 @@ The following integrations are currently supported:
412412
- [Binary Sensor](#binary-sensor)
413413
- [Doorbell Announcement](#doorbell-announcement)
414414
- [Presence Detection](#presence-detection-with-binary-sensor)
415+
- [Camera](#camera)
415416
- [Climate](#climate)
416417
- [Cover](#cover)
417418
- [Garage Doors](#garage-doors)
@@ -569,6 +570,18 @@ Each Echo device will need the communication and Announcements setting enabled,
569570

570571
[Image Processing](#image-processing) entities also support this notification.
571572

573+
### Camera
574+
575+
View a camera stream on an Amazon echo device.
576+
577+
- _"Alexa, show the front door camera."_
578+
579+
The [`stream`](/integrations/stream/) integration is required to stream cameras to Amazon echo devices.
580+
581+
The Amazon echo device will request the camera stream from Home Assistant. The Home Assistant URL must be accessible from the network the Amazon echo device is connected to and must support HTTPS on port 443 with a certificate signed by [an Amazon approved certificate authority](https://ccadb-public.secure.force.com/mozilla/IncludedCACertificateReport). These requirements can be satisfied with with Home Assistant Cloud, or LetsEncrypt/DuckDNS.
582+
583+
Enable preload stream option for cameras used with echo devices to reduce response time, and prevent timing out before the 6 second limit.
584+
572585
### Climate
573586

574587
Single, double, and triple set-point thermostats are supported. The temperature value from the thermostat will also be exposed at a separate [temperature sensor](#sensor).

0 commit comments

Comments
 (0)