core/tests/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
test_auth.py sort imports according to PEP8 for alexa (#29618) 2019-12-08 14:56:42 +01:00
test_capabilities.py Fix TypeError Exception in AlexaSpeaker (#32318) 2020-03-09 09:38:31 -07:00
test_entities.py sort imports according to PEP8 for alexa (#29618) 2019-12-08 14:56:42 +01:00
test_flash_briefings.py Use f-strings in integrations starting with "A" (#32110) 2020-02-23 13:38:05 -08:00
test_init.py Allow teaching logbook about events (#32444) 2020-03-05 11:55:50 -08:00
test_intent.py Allow teaching logbook about events (#32444) 2020-03-05 11:55:50 -08:00
test_smart_home.py Implement Alexa.CameraStreamController in Alexa (#32772) 2020-03-27 21:19:11 -07:00
test_smart_home_http.py sort imports according to PEP8 for alexa (#29618) 2019-12-08 14:56:42 +01:00
test_state_report.py Add support for variable fan speed list length. (#30574) 2020-01-10 17:26:37 -08:00