core/homeassistant/components/alexa
ochlocracy 28a2c9c653
Implement Alexa.CameraStreamController in Alexa (#32772)
* Implement Alexa.CameraStreamController.

* Add dependencies.

* Add camera helpers for image url, and mjpeg url.

* Remove unsupported AlexaPowerController from cameras.

* Refactor camera_stream_url to hass_url

* Declare HLS instead of RTSP.

* Add test for async_get_image_url() and async_get_mpeg_stream_url().

* Sort imports.

* Fix camera.options to camera.stream_options. (#32767)


(cherry picked from commit 9af95e8577)

* Remove URL configuration option for AlexaCameraStreamController.

* Update test_initialize_camera_stream.

* Optimize camera stream configuration.

* Update Tests for optimized camera stream configuration.

* Sort imports.

* Add check for Stream integration.

* Checks and Balances.

* Remove unnecessary camera helpers.

* Return None instead of empty list for camera_stream_configurations().
2020-03-27 21:19:11 -07:00
..
__init__.py Implement Alexa.CameraStreamController in Alexa (#32772) 2020-03-27 21:19:11 -07:00
auth.py Remove unnecessary string literal concatenations (#30360) 2020-01-02 21:17:10 +02:00
capabilities.py Implement Alexa.CameraStreamController in Alexa (#32772) 2020-03-27 21:19:11 -07:00
config.py Remove some unneeded pylint suppressions (#32152) 2020-02-24 16:47:15 -08:00
const.py Allow teaching logbook about events (#32444) 2020-03-05 11:55:50 -08:00
entities.py Implement Alexa.CameraStreamController in Alexa (#32772) 2020-03-27 21:19:11 -07:00
errors.py Implement Alexa.SeekController Interface for media_player in Alexa (#28299) 2019-10-31 10:38:44 +01:00
flash_briefings.py sort imports according to PEP8 for alexa (#29618) 2019-12-08 14:56:42 +01:00
handlers.py Implement Alexa.CameraStreamController in Alexa (#32772) 2020-03-27 21:19:11 -07:00
intent.py Use literal string interpolation in integrations A (f-strings) (#26377) 2019-09-03 09:11:36 -05:00
manifest.json Implement Alexa.CameraStreamController in Alexa (#32772) 2020-03-27 21:19:11 -07:00
messages.py Fix typos found by codespell (#31243) 2020-01-31 08:33:00 -08:00
resources.py Fix Alexa semantics for covers with tilt support. (#30911) 2020-01-17 15:04:46 -08:00
services.yaml Add stub services.yaml and make validation mandatory (#23213) 2019-04-18 15:13:35 -07:00
smart_home.py Allow teaching logbook about events (#32444) 2020-03-05 11:55:50 -08:00
smart_home_http.py Implement supported locales for Alexa capabilities (#30285) 2020-01-03 21:23:22 +01:00
state_report.py Do not report state when closing down (#32168) 2020-02-25 09:05:36 -08:00